DEV Community

Discussion on: Debugging Nest.js (TypeScript) in a Docker Container

Collapse
 
basicbrogrammer profile image
Jeremy Ward 😎🤓

I'm gonna have to give this a shot ... I'm running into an issue now where my docker compose file is running yarn start:dev which runs nodemon and the app crashes on a file change. I tried to change start:dev to nodemon -L but that didn't fix it :/ Any thoughts?