Skip to content

Commit

Permalink
feat: 渲染admin配置 TencentBlueKing#2338
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlxu committed Jul 4, 2024
1 parent eaf2782 commit 89ab164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-files/kubernetes/images/gateway/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;'

0 comments on commit 89ab164

Please sign in to comment.