From 33a138c7758865ea815c8981bcc2e18255c67125 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Sat, 21 Oct 2023 14:11:53 +0800 Subject: [PATCH] rc --- docker/apphub/Dockerfile | 2 +- docker/apphub/config/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 1baee376..813ef137 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,4 +1,4 @@ -# modify time: 202310211405, you can modify here to trigger Docker Build action +# modify time: 202310211410, you can modify here to trigger Docker Build action FROM python:3.10-bullseye AS buildstage LABEL maintainer="Websoft9" diff --git a/docker/apphub/config/entrypoint.sh b/docker/apphub/config/entrypoint.sh index f606ba5a..453be157 100644 --- a/docker/apphub/config/entrypoint.sh +++ b/docker/apphub/config/entrypoint.sh @@ -5,7 +5,7 @@ set -e try_times=5 # TODO start by supervisord on frontground(/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf) -/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf +/usr/bin/supervisord # debug supervisorctl start apphub