From fd9fe51b8ffc308f9b45b3248449cfb9f229e08d Mon Sep 17 00:00:00 2001 From: apple Date: Sat, 14 Mar 2026 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6e34ff7..afe34e59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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