Try restore direct next dir copy

This commit is contained in:
shamoon
2025-03-28 20:01:10 -07:00
parent 22aa88ef56
commit d123b36e81

View File

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