django-planet
June 21, 2020

An Efficient Multi-Stage Build for Python Django in Docker

published by Henryk Plötz
in blog Tinker, Tamper, Alter, Fry
original entry An Efficient Multi-Stage Build for Python Django in Docker

We’ve recently begun dockerizing our applications in an effort to make development and deployment easier. One of the challenges was establishing a good baseline Dockerfile which can maximize the benefits of Dockers caching mechanism and at the same time provide minimal application images without any superfluous contents.The basic installation flow for any Django project (let’s […]