修复entrypoint

This commit is contained in:
whyour 2021-11-07 11:25:18 +08:00
parent 7d5687d504
commit 3c5925ff67

View File

@ -6,8 +6,8 @@ link_shell
set -e
echo -e "======================1. 检测配置文件========================\n"
make_dir /etc/nginx/conf.d
cp -fv $nginx_conf /etc/nginx/nginx.conf
mkdir /etc/nginx/conf.d
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
pm2 l &>/dev/null
echo