mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 23:11:02 +01:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
|
|
echo Running flask hello world
|
|
python3 app.py
|
|
|