增加容器启动入口文件,整理参数配置数据
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
50 */1 * * * git -C /scripts/ pull |ts >> /scripts/logs/pull.log 2>&1
|
||||
52 */1 * * * crontab /scripts/docker/${CRONTAB_LIST_FILE}
|
||||
53 */1 * * * npm install --prefix /scripts |ts >> /scripts/logs/npm_install.log 2>&1
|
||||
#必须要的默认定时任务请勿删除
|
||||
52 */1 * * * sh /scripts/default_task.sh |ts >> /scripts/logs/pull.log 2>&1
|
||||
# 每3天的23:50分清理一次日志
|
||||
50 23 */3 * * rm -rf /scripts/logs/*.log
|
||||
|
||||
|
Reference in New Issue
Block a user