Redis – Cannot find module "express" – docker-compose nodejs service
I'm running a small nodejs microservice in docker. When I run the container standalone with docker run -p 3000:3000 {image-name} it works fine. However when I attempt to run it from docker-compose, I get the following error: user_1 | Error:…