This commit is contained in:
Darren 2023-10-11 11:50:09 +08:00 committed by GitHub
parent b58bd0eecb
commit d3fc72cb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ autostart=true
directory=/websoft9/apphub
[program:apphubdev]
command=/bin/bash -c 'cp -r /websoft9/apphub/* /websoft9/src && uvicorn src.main:app --reload --host 0.0.0.0 --port 8080 --log-level error'
command=/bin/bash -c '[ -z "$(ls -A /websoft9/src)" ] && cp -r /websoft9/apphub/* /websoft9/src && uvicorn src.main:app --reload --host 0.0.0.0 --port 8080 --log-level error'
autostart=true
directory=/websoft9/src

View File

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc21",
"version": "0.8.26-rc22",
"plugins": {
"portainer": "0.0.6",
"nginx": "0.0.5",