mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
apphub
This commit is contained in:
parent
463bc3b31c
commit
e8e32bb00f
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -42,6 +42,6 @@ else
|
|||
fi
|
||||
|
||||
# start by supervisord
|
||||
/usr/local/bin/supervisord
|
||||
/usr/bin/supervisord
|
||||
supervisorctl start all
|
||||
tail -f /dev/null
|
Loading…
Reference in a new issue