修改默认的docker打包机制,更简洁;

This commit is contained in:
augushong
2024-09-23 14:30:08 +08:00
parent 7f914ed180
commit a4e12eddb9
2 changed files with 14 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ cp /var/www/html/docker/zz-phpfpm.conf /usr/local/etc/php-fpm.d
# 运行redis
nohup redis-server --requirepass "" &
# nohup redis-server --requirepass "" &
# 运行定时任务
nohup php /var/www/html/think timer --local --quit &