PromucFlow_constructor/app/server/entrypoint.sh

4 lines
226 B
Bash
Raw Normal View History

#!/bin/sh
# Ref -Dlog4j2.formatMsgNoLookups=true https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot
exec java -Djava.security.egd="file:/dev/./urandom" "$@" -Dlog4j2.formatMsgNoLookups=true -jar server.jar