fix: remove ENV NODE_ENV=development that breaks Next.js static generation

This commit is contained in:
kevin-asprec
2026-04-14 20:13:04 +08:00
parent 32a68b0e59
commit 7e5cd0f40e

View File

@@ -1,6 +1,4 @@
FROM node:20-alpine AS builder
ARG CACHE_BUST=1
ENV NODE_ENV=development
WORKDIR /app
COPY package.json package-lock.json* ./
COPY packages/shared/package.json ./packages/shared/