调整dockerfile中的脚本

This commit is contained in:
augushong
2024-09-24 21:46:06 +08:00
parent 22397aa221
commit ee80d6eee5

View File

@@ -11,8 +11,6 @@ cp /var/www/html/docker/zz-phpfpm.conf /usr/local/etc/php-fpm.d
# 运行redis
# nohup redis-server --requirepass "" &
# 运行定时任务
nohup php /var/www/html/think timer --local --quit &
# 输出参数
echo "参数为:$@"
@@ -20,6 +18,8 @@ echo "参数为:$@"
# TODO增加自动批量运行并阻塞的脚本比如group default 会调用auto.sh的default的部分最终阻塞auth.sh的default部分可能会运行一系列的命令比如清空缓存踢人下线重置密码
if [ "$1" = "server" ] || [ "$1" = "" ]; then
# 运行定时任务
nohup php /var/www/html/think timer --local --quit &
# 运行nginx
service nginx start
# 运行php-fpm