egrace479 commited on
Commit
6a87bd0
1 Parent(s): 568d6f3

Change port

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,2 +1,2 @@
1
  #!/bin/bash
2
- gunicorn -w ${BACKEND_WORKERS:=4} -b :5000 -t 360 dashboard:server
 
1
  #!/bin/bash
2
+ gunicorn -w ${BACKEND_WORKERS:=4} -b :7860 -t 360 dashboard:server