Skip to content

Commit 8408a1d

Browse files
lspecianclaude
andcommitted
fix: Remove tests/ from .dockerignore to fix Docker builds
The tests/ directory was incorrectly excluded from Docker builds, causing the build to fail with 'tests: not found' error. This fixes the release pipeline Docker image builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a8b139 commit 8408a1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ LICENSE
2929
.travis.yml
3030

3131
# Test files
32-
tests/
3332
benches/
3433
examples/
3534

0 commit comments

Comments
 (0)