diff --git a/Dockerfile b/Dockerfile index 30c672f..33a3939 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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