mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复entrypoint
This commit is contained in:
parent
7d5687d504
commit
3c5925ff67
|
@ -6,8 +6,8 @@ link_shell
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
echo -e "======================1. 检测配置文件========================\n"
|
echo -e "======================1. 检测配置文件========================\n"
|
||||||
|
make_dir /etc/nginx/conf.d
|
||||||
cp -fv $nginx_conf /etc/nginx/nginx.conf
|
cp -fv $nginx_conf /etc/nginx/nginx.conf
|
||||||
mkdir /etc/nginx/conf.d
|
|
||||||
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
|
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
|
||||||
pm2 l &>/dev/null
|
pm2 l &>/dev/null
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user