DEV Community

Discussion on: Setting up Docker + TypeScript + Node (Hot reloading code changes in a running container) 🦄 🚀

Collapse
 
ryands17 profile image
Ryan Dsouza • Edited

Great article! We would need to restart the container on installing a new module right?

Collapse
 
dariansampare profile image
Darian Sampare • Edited

Thanks Ryan! Yes you would. Most of it gets cached so rebuilding after installing another package should be much faster than the initial build.