Skip to content

Instantly share code, notes, and snippets.

@lynas
Created June 1, 2016 17:59
Show Gist options
  • Save lynas/abcb3f7b9a88f45103b1c9863f9dec18 to your computer and use it in GitHub Desktop.
Save lynas/abcb3f7b9a88f45103b1c9863f9dec18 to your computer and use it in GitHub Desktop.
Running maven command
# Running maven command in docker maven container
FROM maven:3.2-jdk-7-onbuild
CMD mvn package exec:java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment