触发 CI
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m48s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m48s
This commit is contained in:
parent
01ecc6f2c2
commit
837fc10d7d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user