This commit is contained in:
qiaofeng1227 2023-10-13 17:37:49 +08:00
parent 508cfbbf28
commit 3bf1b05422
3 changed files with 3 additions and 4 deletions

View File

@ -48,6 +48,5 @@ RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
apt clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
EXPOSE 8080
ENTRYPOINT ["/entrypoint.sh"]

View File

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

View File

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