diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 1baee376..813ef137 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,4 +1,4 @@ -# modify time: 202310211405, you can modify here to trigger Docker Build action +# modify time: 202310211410, you can modify here to trigger Docker Build action FROM python:3.10-bullseye AS buildstage LABEL maintainer="Websoft9" diff --git a/docker/apphub/config/entrypoint.sh b/docker/apphub/config/entrypoint.sh index f606ba5a..453be157 100644 --- a/docker/apphub/config/entrypoint.sh +++ b/docker/apphub/config/entrypoint.sh @@ -5,7 +5,7 @@ set -e try_times=5 # TODO start by supervisord on frontground(/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf) -/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf +/usr/bin/supervisord # debug supervisorctl start apphub