From dcdc603794f87f08da0267c9c3251ae7667f3885 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Fri, 10 Oct 2025 11:08:56 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43d067b..84ea8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,9 +28,7 @@ ENV PORT 3000 COPY --from=builder /app/package.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 -COPY --from=builder /app/next.config.js ./ # 如果有 +COPY --from=builder /app/next ./next # 3. 如果是自定义服务器需要复制 # COPY --from=builder /app/server ./server