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 ;;