修复entrypoint启动nginx配置

This commit is contained in:
hanhh
2021-09-30 23:49:19 +08:00
parent 61d155257c
commit ca0d6215a9
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ dir_shell=/ql/shell
link_shell
echo -e "======================1. 检测配置文件========================\n"
fix_config
cp -fv $dir_root/docker/front.conf /etc/nginx/conf.d/front.conf
cp -fv $nginx_conf /etc/nginx/nginx.conf
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
pm2 l >/dev/null 2>&1
echo