read
This commit is contained in:
commit
1eaf5ec325
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Image Size Optimization Challenge (Node.js)
|
||||||
|
|
||||||
|
This project compares Docker image sizes and build times using different optimization techniques.
|
||||||
|
|
||||||
|
## Techniques Used
|
||||||
|
|
||||||
|
- ✅ Basic Dockerfile
|
||||||
|
- ✅ Multi-stage Build
|
||||||
|
- ✅ Alpine vs Ubuntu Base Images
|
||||||
|
- ✅ .dockerignore Optimization
|
||||||
|
- ✅ Layer Caching Strategies
|
||||||
|
|
||||||
|
## Folder Structure
|
||||||
|
|
||||||
Loading…
Reference in New Issue