retry
This commit is contained in:
@@ -51,7 +51,7 @@ COPY . .
|
|||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN dotenv -e .env.local -- pnpm build
|
RUN NODE_OPTIONS="--max-old-space-size=4096" dotenv -e .env.local -- pnpm build
|
||||||
|
|
||||||
# --- Stage 2: Runtime ---
|
# --- Stage 2: Runtime ---
|
||||||
FROM node:24-alpine
|
FROM node:24-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user