Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 237 Bytes

Carpe Noctem Roster Service

Setup development environment with Docker

Navigate to the folder for this project and run:

docker build --tag django-roster .
docker run -p 80:80 -it --rm django-roster