docker update
This commit is contained in:
@ -9,7 +9,7 @@ RUN mvn -version
|
|||||||
COPY pom.xml /workdir/server/pom.xml
|
COPY pom.xml /workdir/server/pom.xml
|
||||||
|
|
||||||
COPY src /workdir/server/src
|
COPY src /workdir/server/src
|
||||||
RUN mvn package -Dmaven.test.skip=true -B
|
RUN mvn package -Dmaven.test.skip=true -B -T 2 -Dmaven.artifact.threads=4
|
||||||
RUN ls -la target/
|
RUN ls -la target/
|
||||||
|
|
||||||
FROM eclipse-temurin:11-jre-focal
|
FROM eclipse-temurin:11-jre-focal
|
||||||
|
|||||||
Reference in New Issue
Block a user