Optimizing Docker build speed and image Size for a Django project
The Problem
I have a personal project that I have been working on for about a year now. It is a pretty basic project with a Django backend and a SvelteKit based frontend. I deploy it to a VPS using docker images and traefik as reverse proxy.
Recently as feature …