Container build definitions.
Dockerfile.production for prod; Dockerfile.dev for local dev.
Dockerfile.production, Dockerfile.dev
pyproject.toml dependencies
CMD runs uvicorn ai_designer.api.app:app
docker compose --profile prod build
Do not bake .env secrets into images.