DEV Community

Discussion on: Frontend Development with Docker simplified

Collapse
 
jrock2004 profile image
John Costanzo

Another thing you can do is create a volume for your node modules because in this setup every time you start your container you will have to download all the dep again.

Collapse
 
sonicoder profile image
Gábor Soós

The volume remains there, it only checks for updates...or am I missing something?