change up the run script to use waitress
This commit is contained in:
parent
e51fd5f591
commit
9f17500dcd
1 changed files with 2 additions and 1 deletions
3
run
3
run
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
flask --app app/server run --host=0.0.0.0 --port 8080
|
||||
#flask --app app/server run --host=0.0.0.0 --port 8080
|
||||
python3 app/server.py
|
||||
|
|
Loading…
Reference in a new issue