修改docker
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# 每分钟执行 start.sh
|
||||
* * * * * /bin/sh /app/public/start.sh >> /app/runtime/log/cron.log 2>&1
|
||||
* * * * * /bin/sh /app/public/start.sh >> /app/runtime/log/start_log.log 2>&1
|
||||
|
||||
# 每分钟执行 think InterestTreasure
|
||||
* * * * * cd /app && /usr/local/bin/php /app/think InterestTreasure >> /app/runtime/log/think.log 2>&1
|
||||
* * * * * cd /app && /usr/local/bin/php /app/think InterestTreasure >> /app/runtime/log/InterestTreasure_log.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user