fix: include wait-for-db.sh in Docker build context

The .dockerignore added in 8a0d82f incorrectly excluded wait-for-db.sh,
but the Dockerfile copies it as the container entrypoint. This caused
the Docker build to fail with 'failed to compute cache key: not found'.

Quality gates: verified file exists, py_compile passed.
This commit is contained in:
2026-06-04 00:04:25 +02:00
parent 4e076c36d2
commit ab55da280c
3 changed files with 8 additions and 6 deletions
-1
View File
@@ -40,4 +40,3 @@ docs/
# Scripts not needed in container
scripts/
wait-for-db.sh