Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 91 Bytes

README.MD

File metadata and controls

5 lines (4 loc) · 91 Bytes

build it

docker build -t Django:test .

run it

docker run -p 8000:8000 -it django:test