YoBatM commited on
Commit
c966563
·
verified ·
1 Parent(s): bcc4b24

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -1,4 +1,5 @@
1
  #!/bin/bash
2
 
3
  service nginx start
4
- node src/server.js
 
 
1
  #!/bin/bash
2
 
3
  service nginx start
4
+ npm i
5
+ npm run start