update repository references and improve script handling

This commit is contained in:
2025-03-19 23:45:56 +01:00
parent 3392e9d80f
commit ecce3bf159
11 changed files with 150 additions and 181 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bashio
echo Running flask hello world
uvicorn app.main:app --host localhost --port 8000
uvicorn main:app --host localhost --port 8000