Files
hassio-addons-avm/blank-fastapi-vue-hassio/run.sh
2025-03-19 13:54:45 +01:00

6 lines
114 B
Bash
Executable File

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