Skip to content

Commit

Permalink
Update Dockerfile.staging
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard authored Sep 28, 2023
1 parent 7ecf1fa commit e66c166
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 -DargLine="-Xms4g -Xmx4g -XX:MaxDirectMemorySize=2g" compile war:exploded
RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 -DargLine="-Xms1024m -Xmx2048m -XX:MaxPermSize=512m" compile war:exploded

#
#
Expand Down

0 comments on commit e66c166

Please sign in to comment.