This commit is contained in:
Dobie Wollert
2015-12-20 22:39:47 -05:00
parent 00efe9f652
commit a680042374
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
NODE_ENV='prod' node/bin/node launcher.js >> server.log
NODE_ENV='prod' node launcher.js >> server.log