It does matter. That’s why I ask. You can find many topics about it related to nodejs and monitoring content. Bind mount just shares the files with the container, but how the changes can be monitored and how the application can reload the source code, that’s another story.
The version of your Docker Desktop is also important, as there was a bug in a recent version that bind mounted folders were indeed not synchronized with the virtual machine of Docker Desktop.
I have a docker-compose file which amounts the terminal folders of airflow dags from Vs code to docker container. When i see the Bind mounts section in the container, it shows me the source and destinations paths are absolutely correct.
Not sure what’s wrong there? Is this a permission issue?