Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa authored Jul 11, 2024
1 parent ed94c09 commit 1a75874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a75874

Please sign in to comment.