run.sh: bind on 0.0.0.0

This commit is contained in:
bretello 2024-06-14 19:00:06 +02:00
parent f7d108278f
commit 6735007016
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

2
run.sh
View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. .venv/bin/activate
flask run --port 8080
flask run --host 0.0.0.0 --port 8080