change up the run script to use waitress

This commit is contained in:
anons-voip 2024-06-10 21:36:41 -04:00
parent e51fd5f591
commit 9f17500dcd

3
run
View file

@ -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