From b7ab7d833076819b7606d9a716cbbcff9a4b8fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 26 Jan 2026 11:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9WVP=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/deploy.sh b/docker/deploy.sh index 96a3122..58711ef 100644 --- a/docker/deploy.sh +++ b/docker/deploy.sh @@ -50,8 +50,10 @@ docker-compose build --no-cache tuoheng-modules-airline && docker-compose up -d docker-compose build --no-cache tuoheng-modules-task && docker-compose up -d tuoheng-modules-task docker-compose build --no-cache tuoheng-modules-fms && docker-compose up -d tuoheng-modules-fms docker-compose build --no-cache tuoheng-modules-media && docker-compose up -d tuoheng-modules-media +# cp ../wvpjar/target/wvp-pro-2.7.4.jar ./wvp/wvpjar/jar/ docker-compose build --no-cache wvp-pro && docker-compose up -d wvp-pro + # 关闭所有环境/模块 stop(){ docker-compose stop