fix: adjust node heap size

This commit is contained in:
Christy Jacob
2023-09-26 19:50:14 +00:00
parent 68d7b04100
commit 098f6a1145
2 changed files with 1 additions and 0 deletions

View File

@@ -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
View File