netlify / build-image

This is the build image used for running automated builds
MIT License
496 stars 197 forks source link

Failed to debug netlify locally #864

Closed pravinfullstack closed 1 year ago

pravinfullstack commented 1 year ago

I am trying to debug Vue app on my local machine and following the steps mentioned in the README file. My docker is using winpty to run on windows, and when I run the following. I recieve an error.

./test-tools/start-image.sh ../my-vue-app

Error

docker: Error response from daemon: failed to create shim task: OCI runtime crea
te failed: runc create failed: unable to start container process: exec: "C:/Prog
ram Files/Git/usr/bin/bash.exe": stat C:/Program Files/Git/usr/bin/bash.exe: no
such file or directory: unknown

What am I doing wrong ?

pravinfullstack commented 1 year ago

Worked with WSL on Windows in combination with converting sh files for Unix.