Merge pull request #127 from frohoff/docker_assembly_fix

Fix for Dockerfile assembly.xml issue
This commit is contained in:
Chris Frohoff
2019-08-05 22:29:51 -07:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@ WORKDIR /app
# download artifacts # download artifacts
COPY pom.xml . COPY pom.xml .
COPY assembly.xml .
RUN mvn dependency:resolve RUN mvn dependency:resolve
RUN mvn verify RUN mvn verify
RUN mvn compiler:help RUN mvn compiler:help