This commit is contained in:
qiaofeng1227 2023-09-20 11:34:22 +08:00
parent 463bc3b31c
commit e8e32bb00f
2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,7 @@ RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_V
mv -f plugin-appstore/data ./media && \
git clone --depth=1 https://github.com/Websoft9/websoft9
FROM python:3.10-slim-bullseye
FROM python:3.10-slim
WORKDIR /websoft9
COPY --from=buildstage /media/data ./media
@ -29,7 +29,6 @@ RUN apt update && apt install git jq supervisor -y && \
RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
# supervisor
# RUN pip install supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf

View file

@ -42,6 +42,6 @@ else
fi
# start by supervisord
/usr/local/bin/supervisord
/usr/bin/supervisord
supervisorctl start all
tail -f /dev/null