mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
fix: adjust node heap size
This commit is contained in:
@@ -2,6 +2,7 @@ FROM node:20-slim AS build
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
ENV NODE_OPTIONS="--max_old_space_size=4096"
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
0
docker/docker-stack.p
Normal file
0
docker/docker-stack.p
Normal file
Reference in New Issue
Block a user