Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Oct 21, 2023
1 parent 0c901c3 commit 8eca526
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 202310211140, you can modify here to trigger Docker Build action
# modify time: 202310211405, you can modify here to trigger Docker Build action

FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docker/apphub/config/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf

# debug
supervisorctl start apphub
Expand Down

0 comments on commit 8eca526

Please sign in to comment.