Error: Sharing the source code with the container lesson

Hi,

I am getting an error when I try to run the container with the command

docker run -d -v $(pwd):/app react_app:1

Error is:


Starting the development server…

Failed to compile.

EACCES: permission denied, open ‘/app/node_modules/.cache/.eslintcache’

However, if I run the container without mounting the volume, it works fine. Please assist