Skip to content

Commit

Permalink
Merge pull request #157 from ncats/akadapa-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tsheils authored Jul 12, 2024
2 parents ed94c09 + 1a75874 commit 247db18
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 247db18

Please sign in to comment.