Increased the heap to 4G
This commit is contained in:
@@ -12,6 +12,7 @@ WORKDIR /app
|
|||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
# ─── Stage 3: Production runner ──────────────────────────────────────────────
|
# ─── Stage 3: Production runner ──────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user