carolanderson commited on
Commit
5d556df
1 Parent(s): 4fa92be

remove gunicorn

Browse files
Files changed (1) hide show
  1. run_app.sh +1 -2
run_app.sh CHANGED
@@ -3,8 +3,7 @@
3
  cd indie_label_svelte
4
  npm start &
5
  cd ..
6
- gunicorn -b 0.0.0.0:5001 -w 4 --limit-request-line 0 server:app
7
-
8
 
9
 
10
 
 
3
  cd indie_label_svelte
4
  npm start &
5
  cd ..
6
+ python3 server.py
 
7
 
8
 
9