Within the project directory, build the image and start a new container from the image:
docker build -t quorum .
docker run --name quorum -p 8000:8000 -d quorum
or start an existing stopped container:
docker start quorum
The sample data was already loaded. If needed:
docker exec -it quorum python manage.py load_samples
There is also and admin user created:
- user = admin
- password = quorum.us