From 22a23b05b25e4b5c616f65989ac0ca16324f4c29 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Mon, 21 Apr 2025 18:23:41 +0800 Subject: [PATCH] Merge branch 'dev' into test --- 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