This commit is contained in:
parent
45fd413b27
commit
9ef6a8c9d6
4
entrypoint.sh
Normal file
4
entrypoint.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/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" "$@"
|
Loading…
x
Reference in New Issue
Block a user