Returns the details of just one customer - Joe Bloggs
pip install pipenv
pipenv install --dev
pipenv run python -m pytest
FLASK_APP=customer_service pipenv run flask run
docker build -t customer-service .
docker run -p 8080:8080 -it customer-service