mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
rc1
This commit is contained in:
parent
7b0ce8ffee
commit
69a9fc1cf7
3 changed files with 6 additions and 4 deletions
|
@ -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>"
|
||||
|
|
|
@ -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
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc74",
|
||||
"version": "0.8.26-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue