From 8f642e393be593d24d8488c670a1e7789628379d Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 15 Oct 2024 11:14:00 +0800 Subject: [PATCH] apphub rc --- docker/apphub/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index cb4b2cd0..f1d6fbb2 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202410141200, you can modify here to trigger Docker Build action +# modify time: 202410151112, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.3" +LABEL version="0.1.4-rc1" WORKDIR /websoft9 @@ -48,7 +48,8 @@ RUN apt update && apt install -y --no-install-recommends curl git jq cron iprout # supervisor COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf -RUN chmod +r /etc/supervisor/conf.d/supervisord.conf +COPY config/logging_config.yaml /etc/supervisor/conf.d/logging_config.yaml +RUN chmod +r /etc/supervisor/conf.d/supervisord.conf /etc/supervisor/conf.d/logging_config.yaml # cron COPY config/cron /etc/cron.d/cron