diff --git a/entrypoint.sh b/entrypoint.sh index be6a35d..e91fe8c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,9 @@ : "${PYLON_INIT:=dumb-init}" if [ "$PYLON_INIT" = "pylon" ]; then - exec python -m pylon.main + exec python -m pylon.main elif [ "$PYLON_INIT" = "dumb-init" ]; then - exec dumb-init python -m pylon.main + exec dumb-init python -m pylon.main else echo "Unknown init: $PYLON_INIT" exit 1