From aa12895da453037a9a23171b647314d716d4b438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Thu, 15 Jan 2026 10:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=B9=E5=99=A8=E5=8C=96?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/deploy.sh b/docker/deploy.sh index beefd27..abe4d97 100644 --- a/docker/deploy.sh +++ b/docker/deploy.sh @@ -36,6 +36,7 @@ docker-compose build --no-cache ruoyi-redis && docker-compose up -d ruoyi-redis docker-compose build --no-cache ruoyi-nacos && docker-compose up -d ruoyi-nacos docker-compose build --no-cache ruoyi-gateway && docker-compose up -d ruoyi-gateway docker-compose build --no-cache ruoyi-nginx && docker-compose up -d ruoyi-nginx +docker-compose build --no-cache ruoyi-hyf && docker-compose up -d ruoyi-hyf docker-compose build --no-cache ruoyi-auth && docker-compose up -d ruoyi-auth docker-compose build --no-cache ruoyi-modules-system && docker-compose up -d ruoyi-modules-system docker-compose build --no-cache ruoyi-modules-gen && docker-compose up -d ruoyi-modules-gen