remove stacksize and change main.js path for next release

This commit is contained in:
2025-02-04 23:37:35 +01:00
parent 2286535613
commit 70331d393f
+5 -1
View File
@@ -25,4 +25,8 @@ file_env() {
}
file_env "OAUTH2_SECRET"
bash -c "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"
# https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
#bash -c "ulimit -s 65500; exec node --stack-size=65500 /wekan/main.js"
# https://github.com/wekan/wekan/pull/5588
#bash -c "ulimit -n 65500; exec node /wekan/main.js"
bash -c "exec node /wekan/main.js"