Adding run.sh to allow me to remember what the supervisor command is.
This commit is contained in:
parent
1a3da60b24
commit
e635ec680d
1 changed files with 6 additions and 0 deletions
6
run.sh
Executable file
6
run.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
supervisor \
|
||||||
|
-e 'jade|js' \
|
||||||
|
-i './generated' \
|
||||||
|
node app.js
|
Loading…
Reference in a new issue