Files
home-automation/docker/entrypoint.sh
T

9 lines
171 B
Bash
Raw Normal View History

2026-04-20 20:40:04 +02:00
#!/bin/sh
set -eu
python scripts/app_db_adopt.py
python scripts/location_db_adopt.py
python scripts/poo_db_adopt.py
exec uvicorn app.main:app --host 0.0.0.0 --port 8000