修改docker部署
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
apple
2026-03-14 16:22:28 +08:00
parent 27b89c5f1f
commit fd9fe51b8f

View File

@@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com
RUN npm install -g pnpm
# 清理 pnpm store 并安装依赖
RUN pnpm store prune || true
RUN pnpm install --frozen-lockfile
RUN pnpm install
# Rebuild the source code only when needed
FROM hub.diyla.com/node:${NODE_IMAGE_VERSION} AS builder