From 02e1b7193621e7ccc904dc6caa3a7fb7d4dacb3d Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Wed, 16 Apr 2025 21:24:02 +0800 Subject: [PATCH] chore:instll --- 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