fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 1m29s

This commit is contained in:
sexygoat
2026-05-11 15:22:23 +08:00
parent 08f70dccf4
commit 7f15843da0

View File

@@ -10,7 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
WORKDIR /build
# 安装 pnpm
RUN corepack enable && corepack prepare pnpm@latest --activate
RUN corepack enable && corepack prepare pnpm@10.15.0 --activate
# 设置 npm 镜像源
RUN pnpm config set registry https://registry.npmmirror.com