Objectives
By the end of this tutorial, you will be able to:
Explain why you may want to use Heroku’s Container Runtime to run an app
Dockerize a Django app
Deploy and run a Django app in a Docker container on Heroku
Configure GitLab CI to deploy Docker images to Heroku
Manage static assets with WhiteNoise
Configure Postgres to run on Heroku
Create a production Dockerfile that uses multistage Docker builds
Use the Heroku Container Registry and Build Manifest for deploying Docker to Heroku****
#docker #django #heroku