Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 113 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 113 Bytes

Run with Docker

docker build -t django-polls .
docker run -p 8000:8000 --env-file env.list django-polls