tekton, baby!

This commit is contained in:
2021-03-22 18:32:04 +01:00
parent f1c5493d95
commit bb56ea5b39
3 changed files with 114 additions and 0 deletions

3
apps/web/almond-cloud/start.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
NODE_MAX_OLD_SPACE_SIZE=${NODE_MAX_OLD_SPACE_SIZE:-500}
exec node --max_old_space_size=${NODE_MAX_OLD_SPACE_SIZE} /opt/almond-cloud/main.js "$@"