This commit is contained in:
Syifa 2025-08-11 16:49:19 +07:00
commit 1eaf5ec325
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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