analytics.py imports duckdb at the top level. The Dockerfile runs `uv sync --package padelnomics` which only installs padelnomics deps — duckdb was missing, so hypercorn failed to import padelnomics.app entirely and never bound to port 5000. The health check timed out and the container was marked unhealthy. Tests passed because uv sync in CI syncs all workspace members (including transform/ which has duckdb). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
589 B
589 B