From 0c6b8fe2c11e10bcd17d5bd9ac4742985db77701 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 22 Jun 2026 11:48:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0cicd2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31a08bf..b111eeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,7 @@ RUN npm install -g pnpm && \ pnpm config set registry https://registry.npmmirror.com COPY package*.json ./ -# 如果项目有 pnpm-lock.yaml,取消注释下面一行 -# COPY pnpm-lock.yaml ./ -RUN pnpm install --frozen-lockfile +RUN pnpm install --no-frozen-lockfile # 修改这里 COPY . .