Skip to content

Commit

Permalink
Update Dockerfile.staging
Browse files Browse the repository at this point in the history
The container images already use the exploded war. Skip over the war bundling step.
  • Loading branch information
kinueng authored Jul 11, 2023
1 parent a918b0d commit b839044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY .mvn /.mvn
COPY pom.xml /
COPY --from=docs --chown=1001:0 /src /src
COPY --from=docs --chown=1001:0 /target /target
RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded

#
#
Expand Down

0 comments on commit b839044

Please sign in to comment.