mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
rc
This commit is contained in:
parent
c8284205e2
commit
7b0ce8ffee
@ -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>"
|
||||
|
@ -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
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc73",
|
||||
"version": "0.8.26-rc74",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user