From 4868ae7f3b0c67c2c3e086e30bc26c272aa83e83 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 28 Mar 2025 19:24:55 +0800
Subject: [PATCH] 打包命令修改

---
 Dockerfile.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Dockerfile.test b/Dockerfile.test
index ef7e57a..bfeaf59 100644
--- a/Dockerfile.test
+++ b/Dockerfile.test
@@ -8,7 +8,7 @@
 COPY . /app
 
 # 安装项目依赖
-RUN npm install
+RUN npm install --registry=https://registry.npmmirror.com
 
 # 构建项目
 RUN npm run build:dev

--
Gitblit v1.9.3