触发 CI
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m48s

This commit is contained in:
cheney 2025-07-22 11:32:04 +08:00
parent 01ecc6f2c2
commit 837fc10d7d

View File

@ -19,7 +19,7 @@ RUN chmod 0644 /etc/cron.d/cronjob && \
# 安装Python依赖如果有
COPY ./requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# 创建日志文件用于cron输出
RUN touch /var/log/cron.log