Androz2091 / discord-data-package-explorer

🌀 What's really in your Discord Data package?
https://ddpe.androz2091.fr
GNU General Public License v3.0
822 stars 77 forks source link

:zap: Use nginx alpine image to reduce image size #48

Closed NyCodeGHG closed 2 years ago

NyCodeGHG commented 2 years ago
docker image ls --format '{{.Repository}} - {{.Size}}'
discord-data-explorer-alpine - 23.7MB
discord-data-explorer - 134MB
// Maybe more images
// ofc you have to build both branches and tag the images to see this like shown here

This PR reduces the docker image size from 134 MB to 23.7 MB by using the alpine image of nginx.