microservices-django-scaffold Barebones Python with Django Microservices Docker Create and push the image docker build -t templatedjango -f Dockerfile . Test the image: docker run -d -p 8000:8000 templatedjango