Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 99 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 99 Bytes

Simple Django-Docker project

  1. docker build -t test:v1 .
  2. docker run -d -p 8000:8000 {test:v1}