Kano001 commited on
Commit
aff32fe
1 Parent(s): b3bce7e

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  service nginx start
4
- #python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
5
  #chmod +x /home/pn/app/server.js
6
  #RUN chmod -R 777 /app
7
  node server.js
 
1
  #!/bin/bash
2
 
3
  service nginx start
4
+ python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
5
  #chmod +x /home/pn/app/server.js
6
  #RUN chmod -R 777 /app
7
  node server.js