mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
-n
This commit is contained in:
parent
c4a53f159b
commit
5f5bd2afba
@ -1,4 +1,4 @@
|
||||
# modify time: 202310191140, you can modify here to trigger Docker Build action
|
||||
# modify time: 202310201550, you can modify here to trigger Docker Build action
|
||||
|
||||
FROM python:3.10-bullseye AS buildstage
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
|
@ -5,7 +5,8 @@ set -e
|
||||
try_times=5
|
||||
|
||||
# start by supervisord
|
||||
/usr/bin/supervisord
|
||||
/usr/bin/supervisord -n
|
||||
|
||||
# debug
|
||||
supervisorctl start apphub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user