Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.23 KB

microservices-django-scaffold

Barebones Python with Django Microservices

Build Status Coverage Status Requirements Status Updates Python 3

Docker

Create and push the image

docker build -t templatedjango -f Dockerfile .

Test the image:

docker run -d -p 8000:8000 templatedjango