@@ -8,4 +8,4 @@ sed -i 's|localhost|'"${DBHOST}"'|g' app.js
# install dependencies
npm install
# run app
-node app &
+NODE_ENV=production node app &