PromucFlow_constructor/deploy/docker/scripts/run-java.sh
2022-03-17 18:40:51 +05:30

4 lines
264 B
Bash
Executable File

#!/bin/bash
# Ref -Dlog4j2.formatMsgNoLookups=true https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot
exec java ${APPSMITH_JAVA_ARGS:-} -Dserver.port=8080 -Djava.security.egd=file:/dev/./urandom -Dlog4j2.formatMsgNoLookups=true -jar server.jar