This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit c5d9315
fix broken windows path (#247)
Current version seems to handle windows paths improperly
``` sh
docker: Error response from daemon: Mount denied:
The source path "C\\:/Users/Paul/Development/solidangle/match-api/app/.serverless/requirements\\:/var/task\\"
is not a valid Windows path.
See 'docker run --help'.
```
Calling `dockerPathForWin` on `bindPath` creation resolves issue.1 parent 5dd691d commit c5d9315
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | | - | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
0 commit comments