From 165c3dc9760e5979a1e8ff5dc93bb9298603e19c Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Wed, 13 Oct 2021 14:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=90=AF=E5=8A=A8=E5=BF=BD?= =?UTF-8?q?=E7=95=A5config=E5=92=8Cenv=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index ceb61ba4..6222f016 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -1,11 +1,11 @@ #!/bin/bash -set -e dir_shell=/ql/shell . $dir_shell/share.sh link_shell + +set -e echo -e "======================1. 检测配置文件========================\n" -fix_config 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