修改docker方法一cron时间

This commit is contained in:
lxk0301
2020-11-22 16:38:54 +08:00
parent a43d714cf2
commit 4dd6ad98a8
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