修改docker

This commit is contained in:
kaadon
2025-10-31 17:08:27 +08:00
parent a1788210dc
commit c59be26ea3
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 每分钟执行 start.sh # 每分钟执行 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 # 每分钟执行 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

1
public/.dockerignore Normal file
View File

@ -0,0 +1 @@
.user.ini