After cloning this repo, do one of the following...
cd nice-scrum-poker
docker build -t nice-scrum-poker . # build the image
docker run --rm --name -d nice-scrum-poker -p 9999:9999 nice-scrum-poker # run the image
cd cd nice-scrum-poker/application
pip install -r requirements.txt
python main.py