Closed hairychris closed 4 years ago
Yeah image size is much smaller:
tcjennings/rpi-smartthings-nodeproxy 333MB
alpine/stnp 80.8MB
One thing to note is that I call npm install:dash
inside the Dockerfile, really dependencies should be installed based on which plugins are active.
I needed these fixes to get Docker up and running properly here, nice side effect is the generated image should be much smaller. If we decide to avoid installing some dependencies via git (check package.json) we can remove that package too.