I\'m playing with docker by creating a Dockerfile with some nodejs instructions. Right now, every time I make changes to the dockerfile I recreate the image by runn
According to this best practices guide if you keep the first lines of your dockerfile the same it'll also cache them and reuse the same images for future builds