修改docker方法一cron时间

This commit is contained in:
lxk0301
2020-11-22 16:38:54 +08:00
parent 9d2c6ff392
commit 2468e120a9
2 changed files with 2 additions and 2 deletions

View File

@@ -58,4 +58,4 @@
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js >> /scripts/logs/jd_dreamFactory.log 2>&1
# 东东小窝
20 * * * * node /scripts/jd_small_home.js >> /scripts/logs/jd_small_home.log 2>&1
16 0 * * * node /scripts/jd_small_home.js >> /scripts/logs/jd_small_home.log 2>&1

View File

@@ -58,4 +58,4 @@
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js |ts >> /scripts/logs/jd_dreamFactory.log 2>&1
# 东东小窝
20 * * * * node /scripts/jd_small_home.js |ts >> /scripts/logs/jd_small_home.log 2>&1
16 0 * * * node /scripts/jd_small_home.js |ts >> /scripts/logs/jd_small_home.log 2>&1