602648ef5672e5bc0c27e9c21f3774348fa1a6da
When API_DOCS_ENABLED=false, FastAPI registers no routes for /docs, /redoc, or /openapi.json, returning 404 for all three. Default is true for backwards compatibility. Invalid values fall back to true (FR-007). Fix: Remove tests/ and alembic/ from api/.dockerignore so the test Dockerfile (which uses COPY . .) includes the test suite; Dockerfile.prod is unaffected as it only copies app/ explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
Languages
Python
32.7%
TypeScript
32.1%
Shell
26.6%
PowerShell
6.9%
JavaScript
0.5%
Other
1.2%
