Skip to content
Snippets Groups Projects
Commit 8835ff8c authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-3982' into 'master'

Disables unsafe subst for log4j

See merge request !145
parents f2577f67 6e666608
No related branches found
No related tags found
1 merge request!145Disables unsafe subst for log4j
Pipeline #82807 failed
......@@ -9,5 +9,5 @@ ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
COPY provider/register-${PROVIDER_NAME}/target/register-${PROVIDER_NAME}-*-spring-boot.jar register-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -jar /register/register-${PROVIDER_NAME}.jar
CMD java -Djava.security.egd=file:/dev/./urandom -Dlog4j.formatMsgNoLookups=true -jar /register/register-${PROVIDER_NAME}.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment