demokafka/entrypoint.sh
MSI\migue 9ef6a8c9d6
Some checks failed
continuous-integration/drone/push Build is failing
four commit
2025-04-14 18:06:01 -04:00

5 lines
182 B
Bash

#!/bin/sh
echo "The application will start in ${START_SLEEP}s..." && sleep ${START_SLEEP}
exec java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar "${HOME}/app.jar" "$@"