Commit a57feda
fix: ensure parent directories are created for ssh, docker, and kube mounts (#446)
This commit fixes the directory creation to match the volume mount paths,
ensuring Docker finds the correct directories instead of creating them.
Changes:
- Fixed ssh directory: .ssh → ssh/.ssh (creates parent folder)
- Fixed docker directory: .docker → docker/.docker (creates parent folder)
- Fixed kube directory: .kube → kube/.kube (creates parent folder)
This ensures all mount paths have their parent directories created before
Docker tries to mount them, preventing Docker from auto-creating directories
at incorrect locations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 47ebf86 commit a57feda
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments