simplest flask server

This commit is contained in:
Andreas Balogh
2021-02-16 15:44:39 +01:00
parent 00a89222be
commit c1d80cabbd
14 changed files with 11 additions and 239 deletions

4
webui/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
export FLASK_APP=flaskr/zeo_db
exec python3 -m flask run --host=0.0.0.0