From a638a93b65eb375e8e99ec2e13d1b87f561cccf5 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 1 Aug 2025 17:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AEdocker=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start-docker-compose-cloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start-docker-compose-cloud.sh b/start-docker-compose-cloud.sh index 524e102ae..645e43525 100644 --- a/start-docker-compose-cloud.sh +++ b/start-docker-compose-cloud.sh @@ -40,6 +40,7 @@ echo "[4/5] 编译前端项目..." cd ../jeecgboot-vue3 pnpm install pnpm run build:dockercloud +cd .. echo "[5/5] 启动Docker容器..." docker-compose -f docker-compose-cloud.yml up -d