Include start.sh so we're production ready.

This commit is contained in:
Cryptkeeper 2015-11-24 17:47:42 -06:00
parent 97511dedc1
commit b7fa9b02bd

5
start.sh Normal file

@ -0,0 +1,5 @@
while true;
do
/usr/bin/nodejs app.js
sleep 5
done