From 1eaf5ec3258b69f7a58023a94bb67026bd606438 Mon Sep 17 00:00:00 2001 From: Syifa Date: Mon, 11 Aug 2025 16:49:19 +0700 Subject: [PATCH] read --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cb3a3f --- /dev/null +++ b/README.md @@ -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 +