Skip to content

Instantly share code, notes, and snippets.

@duck8823
Created May 6, 2018 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duck8823/f27e09871f6035845ce18b20ad8e82f8 to your computer and use it in GitHub Desktop.
Save duck8823/f27e09871f6035845ce18b20ad8e82f8 to your computer and use it in GitHub Desktop.
Dockerfile
FROM maven:3.5.3-jdk-8
ADD . .
ENTRYPOINT ["mvn"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment