Commit 93ef040
fix: use .bat wrapper for docker so Task's mvdan/sh finds it on Windows
Task's Go-based shell (mvdan/sh) uses os/exec.LookPath which only
finds files with Windows-recognized extensions (.exe, .bat, .cmd).
Replace the bash wrapper with a .bat file that routes docker commands
through WSL.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2f9b748 commit 93ef040
1 file changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 234 | + | |
244 | 235 | | |
245 | 236 | | |
246 | 237 | | |
| |||
0 commit comments