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:
@@ -40,4 +40,3 @@ docs/
|
||||
|
||||
# Scripts not needed in container
|
||||
scripts/
|
||||
wait-for-db.sh
|
||||
|
||||
Reference in New Issue
Block a user