Comment on Shrinking my static siteparentComments−herohampOP6yI do npm in two different images so that the node_modules can be cached between builds. this massively speeds up my build. The npmpackages layer only installs the npm modules−1337shadow6yI see, this speeds up when you change a dependency, because at least then your whole node_modules is not thrown away is that right ?
Comments
I do npm in two different images so that the node_modules can be cached between builds. this massively speeds up my build. The npmpackages layer only installs the npm modules
I see, this speeds up when you change a dependency, because at least then your whole node_modules is not thrown away is that right ?