This commit is contained in:
shamoon
2025-03-27 23:04:33 -07:00
parent a8fc7d9767
commit 4081bb1b7d

View File

@@ -9,6 +9,8 @@ COPY package.json pnpm-lock.yaml ./
RUN corepack enable && corepack prepare pnpm@latest --activate RUN corepack enable && corepack prepare pnpm@latest --activate
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
# Copy all source files
COPY . .
COPY .next .next COPY .next .next
ARG BUILDTIME ARG BUILDTIME