Include start.sh so we're production ready.
This commit is contained in:
parent
97511dedc1
commit
b7fa9b02bd
5
start.sh
Normal file
5
start.sh
Normal file
@ -0,0 +1,5 @@
|
||||
while true;
|
||||
do
|
||||
/usr/bin/nodejs app.js
|
||||
sleep 5
|
||||
done
|
Loading…
Reference in New Issue
Block a user