Pass DEBUG args to node.sh

This commit is contained in:
Girish Ramakrishnan
2017-04-21 11:50:53 -07:00
parent f516dddf30
commit e15c3f05c2
+2 -1
View File
@@ -19,4 +19,5 @@ fi
echo "Running node with memory constraints"
/usr/bin/node --max_old_space_size=150 "$@"
exec env "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production" /usr/bin/node --max_old_space_size=150 "$@"