This commit is contained in:
qiaofeng1227 2023-10-21 14:11:53 +08:00
parent 8eca5260d3
commit 33a138c775
2 changed files with 2 additions and 2 deletions

View file

@ -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 FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"

View file

@ -5,7 +5,7 @@ set -e
try_times=5 try_times=5
# TODO start by supervisord on frontground(/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf) # 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 # debug
supervisorctl start apphub supervisorctl start apphub