update entrypoint

This commit is contained in:
Philipp Rothmann 2022-02-17 10:22:28 +01:00
parent d71099a9dc
commit 688429c257
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ file_env() {
}
file_env "OAUTH2_SECRET"
node /build/main.js
bash -c "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"