I\'ve found some interesting weirdness when trying to mount a docker image on windows.
I created a .sh script that does a mount of the project folder to
.sh
I had the same issue on git bash and not command prompt. You can instead
docker run -it --rm -v "/${PWD}/D:\my\project\folder":/wkDir $IMAGE_TAG yarn dev