From ebb68bc8b7685311d5a295140c51a6d374784478 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 18 Nov 2024 20:18:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/deploy.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docker/deploy.sh b/docker/deploy.sh index 0e83267..cb70bd2 100644 --- a/docker/deploy.sh +++ b/docker/deploy.sh @@ -42,7 +42,7 @@ backend(){ # 启动程序模块(前端) frontend(){ - docker-compose up --build -d wfc-gateway wfc-auth wfc-modules-system + docker-compose up --build -d wfc-nginx docker image prune } @@ -67,6 +67,12 @@ case "$1" in "modules") modules ;; +"backend") + modules +;; +"frontend") + modules +;; "stop") stop ;;