From 688429c257fb549ed56cc941a2bf5ae7c29861cf Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Thu, 17 Feb 2022 10:22:28 +0100 Subject: [PATCH] update entrypoint --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"