DEV Community

Discussion on: Frontend Development with Docker simplified

Collapse
 
marcossv9 profile image
Marcos Silva

Nice article Gábor.
I will recommend you to use PM2 with watcher mode enabled to re-build and re-run the node server every time you change some piece of code. In this way you don't need to restart de container.
Regards!

Collapse
 
sonicoder profile image
Gábor Soós

That one is a good point for Node projects 👍