From ce34f7cda952523a5acc1e3197c59e469ee2bf1d Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Fri, 10 Oct 2025 11:03:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9jenkins?= 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 6faf6e1..43d067b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV PORT 3000 # 2. 从构建阶段复制文件 COPY --from=builder /app/package.json . -COPY --from=builder /app/package-lock.json . +COPY --from=builder /app/pnpm-lock.yaml . COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public