From e8e32bb00f29a9c2ec77f1b70dd0d14ed42c8941 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 20 Sep 2023 11:34:22 +0800 Subject: [PATCH] apphub --- docker/apphub/Dockerfile | 3 +-- docker/apphub/config/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 0f73ac3f..f3b56292 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -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 diff --git a/docker/apphub/config/entrypoint.sh b/docker/apphub/config/entrypoint.sh index 6473256e..c32657e3 100644 --- a/docker/apphub/config/entrypoint.sh +++ b/docker/apphub/config/entrypoint.sh @@ -42,6 +42,6 @@ else fi # start by supervisord -/usr/local/bin/supervisord +/usr/bin/supervisord supervisorctl start all tail -f /dev/null \ No newline at end of file