diff --git a/Dockerfile b/Dockerfile index 57a82aa0..f6a90bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN npm install -g npm@latest RUN npm install --legacy-peer-deps # max-old-space is needed to avoid any compilation issues because of missing memory -ENV NODE_OPTIONS --max-old-space-size=4096 +ENV NODE_OPTIONS --max-old-space-size=8192 RUN npm run build:ssr FROM node:20-alpine