Skip to content

nishitchittora/django-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Django Docker

Featuring:

  • Docker v20.10.2
  • Python 3.7.3

Deployment Instructions

  1. Build docker image - docker build -t <image_name> .
  2. Run docker image - docker run -p 8000:8000 -i -t <image_name>
  3. Go to browser and open - http://localhost:8000