Eagles-DevOps / MiniTwit

2 stars 2 forks source link

Change docker images from alpine to debian to save storage space #194

Closed rasmus-bn closed 6 months ago

rasmus-bn commented 8 months ago

We can consider using alpine as the base image for our docker images as this will save on storage space

Romes8 commented 7 months ago

This requires multistage build to reduce the size of the images.