Go to file
Syifa 1eaf5ec325 read 2025-08-11 16:49:19 +07:00
README.md read 2025-08-11 16:49:19 +07:00

README.md

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