diff --git a/Dockerfile.frontend b/Dockerfile.frontend index c2213b5a..833d3b19 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -31,4 +31,4 @@ USER node ENV NODE_ENV production EXPOSE 3000 -CMD [ "node", ".output/server/index.mjs" ] \ No newline at end of file +CMD [ "node", "--stack-size=3936", ".output/server/index.mjs" ]