Try to make tests work again

This commit is contained in:
Girish Ramakrishnan
2017-04-23 17:39:43 -07:00
parent 29ae2cf8ca
commit a0e122e578
7 changed files with 14 additions and 7 deletions

View File

@@ -19,5 +19,6 @@ fi
echo "Running node with memory constraints"
exec env "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production" /usr/bin/node --max_old_space_size=150 "$@"
# note BOX_ENV and NODE_ENV are derived from parent process
exec env "DEBUG=box*,connect-lastmile" /usr/bin/node --max_old_space_size=150 "$@"