Skip to content

Commit

Permalink
mvn batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JessWalters committed Aug 9, 2021
1 parent 2c95662 commit adc9821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.6.3-jdk-11-slim AS build
WORKDIR /app
COPY . /app/
RUN mvn -Dmaven.artifact.threads=30 clean package
RUN mvn -B -Dmaven.artifact.threads=30 clean package

FROM openjdk:latest
WORKDIR /app
Expand Down

0 comments on commit adc9821

Please sign in to comment.