Running Nodemon in Docker Container
I'm trying to run Nodemon package in a Docker Network with two services, NodeJs and MongoDB. When I run the app with npm start, nodemon works: I can connect to localhost:3000 and I have the changes in real time. But…