diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 491356a..c60086e 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -25,4 +25,4 @@ file_env() { } file_env "OAUTH2_SECRET" -node /build/main.js \ No newline at end of file +bash -c "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"