Skip to content

Commit

Permalink
Merge pull request #140 from aimansharief/release-7.0.0
Browse files Browse the repository at this point in the history
Issue #LR-000 fix: Added JVM environment flag
  • Loading branch information
maheshkumargangula authored Oct 24, 2024
2 parents cd0a105 + 485a0f2 commit 1c2f389
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
Expand Up @@ -10,4 +10,4 @@ RUN chown -R sunbird:sunbird /home/sunbird
USER sunbird
EXPOSE 9000
WORKDIR /home/sunbird/
CMD java -XX:+PrintFlagsFinal $JAVA_OPTIONS -Dlog4j2.formatMsgNoLookups=true -Dplay.server.http.idleTimeout=180s -cp '/home/sunbird/notification-service-1.0.0/lib/*' play.core.server.ProdServerStart /home/sunbird/notification-service-1.0.0
CMD java -XX:+PrintFlagsFinal $JAVA_OPTIONS --add-exports java.base/jdk.internal.misc=ALL-UNNAMED -Dlog4j2.formatMsgNoLookups=true -Dplay.server.http.idleTimeout=180s -cp '/home/sunbird/notification-service-1.0.0/lib/*' play.core.server.ProdServerStart /home/sunbird/notification-service-1.0.0

0 comments on commit 1c2f389

Please sign in to comment.