Created
February 13, 2018 08:16
-
-
Save alexcheng1982/4a04703294f53f38685999711fca6ea7 to your computer and use it in GitHub Desktop.
Custom Maven Docker image
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 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