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 && \
|
mv -f plugin-appstore/data ./media && \
|
||||||
git clone --depth=1 https://github.com/Websoft9/websoft9
|
git clone --depth=1 https://github.com/Websoft9/websoft9
|
||||||
|
|
||||||
FROM python:3.10-slim-bullseye
|
FROM python:3.10-slim
|
||||||
WORKDIR /websoft9
|
WORKDIR /websoft9
|
||||||
|
|
||||||
COPY --from=buildstage /media/data ./media
|
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
|
RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
|
||||||
|
|
||||||
# supervisor
|
# supervisor
|
||||||
|
|
||||||
# RUN pip install supervisor
|
# RUN pip install 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
|
||||||
|
|
|
@ -42,6 +42,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# start by supervisord
|
# start by supervisord
|
||||||
/usr/local/bin/supervisord
|
/usr/bin/supervisord
|
||||||
supervisorctl start all
|
supervisorctl start all
|
||||||
tail -f /dev/null
|
tail -f /dev/null
|
Loading…
Add table
Reference in a new issue