调整dockerfile及构建仓库地址

This commit is contained in:
Akira
2021-01-16 21:39:54 +08:00
parent 9f7944ae0b
commit 3ba22685e0
5 changed files with 95 additions and 235 deletions

View File

@@ -1,5 +1,5 @@
#必须要的默认定时任务请勿删除
52 */1 * * * sh /scripts/docker/default_task.sh >> /scripts/logs/default_task.log 2>&1
52 */1 * * * docker_entrypoint.sh >> /scripts/logs/default_task.log 2>&1
# 每3天的23:50分清理一次日志
50 23 */3 * * rm -rf /scripts/logs/*.log