Docker-compose reading log files

Ok. If that’s what you want.
I’ve added the line for USER to the backend/Dockerfile:
EXPOSE 3001

USER node

CMD [“npm”, “start”]
I’m getting the same message:
web_1 | EACCES: permission denied, open ‘/app/node_modules/.cache/.eslintcache’
I’ve forced build with docker-up --build.
Maybe I should prune all containers.
Anyway, I’ll get that zip file to you.