simplest flask server
This commit is contained in:
4
webui/run.sh
Executable file
4
webui/run.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
export FLASK_APP=flaskr/zeo_db
|
||||
|
||||
exec python3 -m flask run --host=0.0.0.0
|
||||
Reference in New Issue
Block a user