DEV Community

Discussion on: Learn Docker - from the beginning, part II volumes

Collapse
 
orphee profile image
orphee

As I'm running the app through DockerToolbox, I had to add the flag -L to nodemon, otherwise the listening part was not working

"scripts": {
    "start": "nodemon -L app.js",
Collapse
 
mrxcitement profile image
Mike Barker

This also applies to "Docker Desktop" running on macOS as well. More info here: github.com/remy/nodemon#applicatio...

Collapse
 
softchris profile image
Chris Noring

Thanks so much.. I must admit I haven't used Docker on Windows so it's great you are able to point out differences :)