From d123b36e81d4c395bec152478b2497b20b1bb687 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:01:10 -0700 Subject: [PATCH] Try restore direct next dir copy --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1239d14b..f26632960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,9 @@ COPY package.json pnpm-lock.yaml ./ RUN corepack enable && corepack prepare pnpm@latest --activate RUN pnpm install --frozen-lockfile --prefer-offline -# Copy all source files, .next dir included +# Copy all source files COPY . . +COPY .next .next ARG CI ARG BUILDTIME