Skip to content

Commit

Permalink
-n
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Oct 20, 2023
1 parent c4a53f1 commit 5f5bd2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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<[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion docker/apphub/config/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
try_times=5

# start by supervisord
/usr/bin/supervisord
/usr/bin/supervisord -n

# debug
supervisorctl start apphub

Expand Down

0 comments on commit 5f5bd2a

Please sign in to comment.