This commit is contained in:
qiaofeng1227 2023-10-20 17:03:07 +08:00
parent c8284205e2
commit 7b0ce8ffee
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# modify time: 202310201630, you can modify here to trigger Docker Build action
# modify time: 202310201730, 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,9 +4,6 @@ set -e
try_times=5
# start by supervisord on frontground
/usr/bin/supervisord -n &
# debug
supervisorctl start apphub
@ -39,3 +36,6 @@ else
echo "Not have correct email, git config email failed"
exit 1
fi
# start by supervisord on frontground
/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf

View File

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