microservices-django-scaffoldBarebones Python with Django MicroservicesDockerCreate and push the imagedocker build -t templatedjango -f Dockerfile . Test the image:docker run -d -p 8000:8000 templatedjango