docker-roadmap icon indicating copy to clipboard operation
docker-roadmap copied to clipboard

Results 24 docker-roadmap issues
Sort by recently updated
recently updated
newest added

The changes in the docker file solve two issues - 1. Improves build time by copying package.json file over first and running npm install command. This way copying step of...

# Assignment 1 Moved up copying package.json and package-lock.json file and npm install so that only change in those files makes npm install to rerun and not get the data...

completed both assignments

### *This is to improve upon & solve the assignments given in the bootcamp.* ### - [x] Optimising caching for better build times - [x] Reduction of Image Size using...

- [x] improve node modules installation for better caching - [x] use docker alpine

Both the docker assigment completed