apphub rc

This commit is contained in:
qiaofeng1227 2024-10-15 11:14:00 +08:00
parent c17c5c9d27
commit 8f642e393b

View file

@ -1,11 +1,11 @@
# This file can running at actions # This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release # 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 FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.1.3" LABEL version="0.1.4-rc1"
WORKDIR /websoft9 WORKDIR /websoft9
@ -48,7 +48,8 @@ RUN apt update && apt install -y --no-install-recommends curl git jq cron iprout
# supervisor # 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 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 # cron
COPY config/cron /etc/cron.d/cron COPY config/cron /etc/cron.d/cron