Files
weipan02_server/docker/crontab
2025-10-31 01:21:31 +08:00

6 lines
245 B
Plaintext

# 每分钟执行 start.sh
* * * * * /bin/sh /app/public/start.sh >> /app/runtime/log/cron.log 2>&1
# 每分钟执行 think InterestTreasure
* * * * * cd /app && /usr/local/bin/php /app/think InterestTreasure >> /app/runtime/log/think.log 2>&1