Files
home-automation/docker/entrypoint.sh
T
tliu93 1805d5d8ea
pytest / test (push) Successful in 40s
pytest / test (pull_request) Successful in 41s
Finalize first Python release
2026-04-20 20:40:04 +02:00

9 lines
171 B
Bash
Executable File

#!/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