From 89ab16474e832ecc2060102ac40820dae968b030 Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 4 Jul 2024 17:31:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B8=B2=E6=9F=93admin=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20#2338?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support-files/kubernetes/images/gateway/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/kubernetes/images/gateway/startup.sh b/support-files/kubernetes/images/gateway/startup.sh index 454d3697da..c3f2d5fdad 100644 --- a/support-files/kubernetes/images/gateway/startup.sh +++ b/support-files/kubernetes/images/gateway/startup.sh @@ -7,6 +7,6 @@ chmod 777 $BK_REPO_LOGS_DIR/nginx touch repo.env /data/workspace/render_tpl -u -p /data/workspace -m . -e repo.env /data/workspace/templates/gateway* /data/workspace/render_tpl -u -p /data/workspace -m . -e repo.env /data/workspace/frontend/ui/frontend#ui#index.html - +/data/workspace/render_tpl -u -p /data/workspace -m . -e repo.env /data/workspace/frontend/ui/frontend#admin#index.html ##启动程序 /usr/local/openresty/nginx/sbin/nginx -g 'daemon off;'