Skip to content

Commit

Permalink
fix: increase the stack size limit of nodejs (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds authored Mar 5, 2024
2 parents 6a4f27e + 22c158c commit 1ff1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ USER node

ENV NODE_ENV production
EXPOSE 3000
CMD [ "node", ".output/server/index.mjs" ]
CMD [ "node", "--stack-size=3936", ".output/server/index.mjs" ]

0 comments on commit 1ff1510

Please sign in to comment.