fix for dockerfile

This commit is contained in:
Chris Frohoff
2019-08-05 21:57:47 -07:00
parent 55f1e7c35c
commit fe74b6b200
+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