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
Can you try below command -
docker run -it --rm -v %cd%:/wkDir $IMAGE_TAG yarn dev