mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
update
This commit is contained in:
parent
b58bd0eecb
commit
d3fc72cb0a
@ -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
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc21",
|
||||
"version": "0.8.26-rc22",
|
||||
"plugins": {
|
||||
"portainer": "0.0.6",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user