mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
production
This commit is contained in:
parent
c0eaec31a4
commit
d136f7bb37
@ -31,7 +31,8 @@ RUN apt update && apt install git jq iproute2 supervisor -y && \
|
|||||||
echo "This folder stored the credentials of other services that integrated with apphub" > credentials/readme
|
echo "This folder stored the credentials of other services that integrated with apphub" > credentials/readme
|
||||||
|
|
||||||
RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
|
RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
|
||||||
#RUN cd apphub && pip install -e ./apphub
|
RUN pip install -e ./apphub
|
||||||
|
|
||||||
# supervisor
|
# supervisor
|
||||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf
|
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user