Created
January 9, 2019 12:29
-
-
Save ochameau/dc5f93a465c9c9cdbb265a3f43783ecb to your computer and use it in GitHub Desktop.
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
FROM ubuntu | |
RUN apt-get update | |
RUN apt-get install -y maven openjdk-8-jdk | |
COPY . . | |
RUN mvn verify | |
CMD exec java -Xmx8m -Xms8m -jar words.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment