From a8fc7d9767da38318928ddb4f8eab04fac8b97b7 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:54:23 -0700 Subject: [PATCH] Fix copying next folder --- .dockerignore | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index edbf85256..edeab8ce1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,7 +20,6 @@ **/obj **/secrets.dev.yaml **/values.dev.yaml -**/.next README.md config/ k3d/ diff --git a/Dockerfile b/Dockerfile index a4111ff95..5a439f92e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY package.json pnpm-lock.yaml ./ RUN corepack enable && corepack prepare pnpm@latest --activate RUN pnpm install --frozen-lockfile -COPY . . +COPY .next .next ARG BUILDTIME ARG VERSION