Skip to content

Commit

Permalink
SB-28008: Appliying log4j vulnerability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sknirmalkar89 committed Dec 16, 2021
1 parent ce8efce commit 6c016e6
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 -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 -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 6c016e6

Please sign in to comment.