docker-roadmap
docker-roadmap copied to clipboard
Assignment-1
Solved the issue of running npm install on every minor change and added a small version of node:14-alpine
when we create an image when no changes are made in the package.json , since "COPY . . " also has a package.json file and we copied that file before also, will that file won't be copied for 2 times?