修改国内镜像源

This commit is contained in:
2026-05-21 22:43:41 +08:00
parent f35b04096d
commit 27b207d0d5
9 changed files with 12 additions and 6 deletions

View File

@@ -5,6 +5,8 @@
FROM node:22-alpine AS builder
ENV PNPM_REGISTRY=https://registry.npmmirror.com
WORKDIR /build
# 安装 pnpm