This commit is contained in:
qiaofeng1227 2023-10-20 17:11:37 +08:00
parent 7b0ce8ffee
commit 69a9fc1cf7
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# modify time: 202310201730, you can modify here to trigger Docker Build action
# modify time: 202310201720, you can modify here to trigger Docker Build action
FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>"

View file

@ -4,6 +4,9 @@ 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
# debug
supervisorctl start apphub
@ -37,5 +40,4 @@ else
exit 1
fi
# start by supervisord on frontground
/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf
tail -f /dev/null

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc74",
"version": "0.8.26-rc1",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",