2
0

fix: 添加自动部署脚本

This commit is contained in:
caiyuchao
2024-11-18 20:18:38 +08:00
parent 73f832ef9e
commit ebb68bc8b7

View File

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