Keeping node_modules up to date in docker Keeping node_modules up to date in docker docker docker

Keeping node_modules up to date in docker


Looks like you map the current folder to /app in container. I would erase ./node_modules if it exists in current folder, before doing docker-compose.