mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
supervisor push
This commit is contained in:
parent
7b2510584f
commit
273ec4a4f5
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ COPY --from=buildstage /media/data ./media
|
|||
COPY --from=buildstage /library ./library
|
||||
COPY --from=buildstage /websoft9/appmanage_new ./apphub
|
||||
|
||||
RUN apt update && apt install git jq -y && \
|
||||
RUN apt update && apt install git jq supervisor -y && \
|
||||
mkdir credentials && \
|
||||
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
|
||||
|
||||
# supervisor
|
||||
RUN pip install supervisor
|
||||
# RUN pip install supervisor
|
||||
COPY config/supervisord.conf /usr/local/supervisord.conf
|
||||
RUN chmod +r /usr/local/supervisord.conf
|
||||
COPY config/entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue