We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9503c commit c9a28beCopy full SHA for c9a28be
Dockerfile
@@ -2,6 +2,9 @@
2
FROM maven:3.5-jdk-8-alpine as build
3
WORKDIR /workspace/app
4
5
+COPY pom.xml .
6
+RUN mvn -B -e -C -T 1C org.apache.maven.plugins:maven-dependency-plugin:3.0.2:go-offline
7
+
8
COPY . .
9
RUN mvn clean package
10
0 commit comments