Skip to content

Instantly share code, notes, and snippets.

@ochameau
Created January 9, 2019 12:29
Show Gist options
  • Save ochameau/dc5f93a465c9c9cdbb265a3f43783ecb to your computer and use it in GitHub Desktop.
Save ochameau/dc5f93a465c9c9cdbb265a3f43783ecb to your computer and use it in GitHub Desktop.
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