From 136070e02fb3f55870cf6fbe652cc15b940681c6 Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Thu, 30 Oct 2025 23:43:42 +0800 Subject: [PATCH] Comment out npm registry configuration in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29365ee..a3b3ae6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache \ g++ # 配置npm使用国内镜像源 -RUN npm config set registry https://registry.npmmirror.com +# RUN npm config set registry https://registry.npmmirror.com RUN npm -g i pnpm # 复制package.json和package-lock.json(如果存在) COPY package*.json ./