From bf358f001485713a233badb15182f63a6a7abb7d Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 16 Oct 2023 08:53:15 +0800 Subject: [PATCH] dev --- docker/apphub/Dockerfile | 1 + docker/apphub/config/entrypoint.sh | 2 ++ version.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index bc70cb8f..7df27274 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -48,5 +48,6 @@ RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \ apt clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base + EXPOSE 8080 ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file diff --git a/docker/apphub/config/entrypoint.sh b/docker/apphub/config/entrypoint.sh index 7a31368f..fd8ae6b5 100644 --- a/docker/apphub/config/entrypoint.sh +++ b/docker/apphub/config/entrypoint.sh @@ -36,5 +36,7 @@ fi # start by supervisord /usr/bin/supervisord +# debug +cat /entrypoint.sh |grep "supervisorctl start" supervisorctl start apphub tail -f /dev/null \ No newline at end of file diff --git a/version.json b/version.json index 134acf0b..0c2dfff7 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.26-rc42", + "version": "0.8.26-rc43", "plugins": { "portainer": "0.0.7", "nginx": "0.0.5",