mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 09:48:38 +08:00
apphub
This commit is contained in:
parent
7493cd1e16
commit
b780e6d46b
@ -33,7 +33,6 @@ RUN pip install supervisor
|
|||||||
COPY config/supervisord.conf /usr/local/supervisord.conf
|
COPY config/supervisord.conf /usr/local/supervisord.conf
|
||||||
RUN chmod +r /usr/local/supervisord.conf
|
RUN chmod +r /usr/local/supervisord.conf
|
||||||
|
|
||||||
|
|
||||||
COPY config/entrypoint.sh /entrypoint.sh
|
COPY config/entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
@ -4,6 +4,6 @@ nodaemon=false
|
|||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
|
|
||||||
[program:apphub]
|
[program:apphub]
|
||||||
command=uvicorn main:app --reload --port 8080
|
command=uvicorn src.main:app --reload --port 8080
|
||||||
autostart=true
|
autostart=true
|
||||||
directory=/websoft9/apphub/src
|
directory=/websoft9/apphub
|
Loading…
Reference in New Issue
Block a user