I am mapping some folders from host to Docker container by doing docker run -p 3000:3000 -v /app/node_modules -v /$(pwd):/app 09b10e9fda85
but the changes done in the host files are not displaying up when I refresh the page at port 3000. I referred to this issue here but it doesn’t lead me to any conclusion. Where am I going wrong here?
I am using Docker version 17.03.1-ce-rc1, build 3476dbf