Created
June 1, 2016 17:59
-
-
Save lynas/abcb3f7b9a88f45103b1c9863f9dec18 to your computer and use it in GitHub Desktop.
Running maven command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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