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