You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Docker builds for git worktrees by mounting main .git directory
When building from a git worktree, the .git file contains a path to the actual
.git directory. The Docker container needs access to the main .git directory
to properly resolve git information and update submodules.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments