diff --git a/entrypoint.sh b/entrypoint.sh index 4a7f7b1..a96b054 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,9 +11,8 @@ echo "Running build version: $(cat build.info)" case $1 in run) - echo "Baphomet Starting..." - node index.js - echo "...Baphomet Shutdown" + echo "Starting Baphomet..." + exec node index.js ;; *) echo "\"$1\" is an unrecognized command"