Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created February 13, 2018 08:16
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 alexcheng1982/4a04703294f53f38685999711fca6ea7 to your computer and use it in GitHub Desktop.
Save alexcheng1982/4a04703294f53f38685999711fca6ea7 to your computer and use it in GitHub Desktop.
Custom Maven Docker image
FROM maven:3.5.2-jdk-8-alpine
COPY settings.xml ${MAVEN_CONFIG}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment