From 949a21a036d3c5b5df4e07bd5ecc80b08eeff841 Mon Sep 17 00:00:00 2001 From: chenyao <1219716595@qq.com> Date: Fri, 18 Apr 2025 08:44:06 +0800 Subject: [PATCH] feat:打印系统运维地址 --- Dockerfile.test | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.test b/Dockerfile.test index 70bfabd..b463a31 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -10,7 +10,7 @@ RUN rm -rf node_modules package-lock.json && npm install --registry=https://registry.npmmirror.com # 构建项目 -RUN npm run build:dev +RUN npm run build:test # 查看 -RUN ls /app/dist \ No newline at end of file +RUN ls /app/dist -- Gitblit v1.9.3