Use glob for next dir to silently fail locally

This commit is contained in:
shamoon
2025-03-28 21:14:12 -07:00
parent d123b36e81
commit b287440d00

View File

@@ -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