Comment out npm registry configuration in Dockerfile

This commit is contained in:
theluyuan 2025-10-30 23:43:42 +08:00
parent 76363d0da7
commit 136070e02f

View File

@ -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 ./