修改国内镜像源

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

@@ -1,10 +1,12 @@
# ============================================
# PandaWiki Wiki 用户端 - 多阶段构建
# YouduWiki Wiki 用户端 - 多阶段构建
# 构建上下文: ./web 目录
# ============================================
FROM node:22-alpine AS builder
ENV PNPM_REGISTRY=https://registry.npmmirror.com
WORKDIR /build
# 安装 pnpm