From b287440d000fb1bbd5be7dd11a7a8e089533afc7 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 28 Mar 2025 21:14:12 -0700 Subject: [PATCH] Use glob for next dir to silently fail locally --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f26632960..755628b91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN pnpm install --frozen-lockfile --prefer-offline # Copy all source files COPY . . -COPY .next .next +COPY .next* .next/ ARG CI ARG BUILDTIME