From a24aad005bfb23efff90a2225848e985d15fcf06 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 22:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20cache.do?= =?UTF-8?q?ckerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.dockerfile b/cache.dockerfile index 3d854c58..54c7c437 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -14,7 +14,7 @@ WORKDIR /app # 将 by 中的文件列表 COPY 过来 COPY . . -RUN npm i -g corepack +RUN npm i pnpm -g RUN pnpm install --frozen-lockfile