https://travis-ci.org/github/tentativafc/bootcamp-pi
Build da imagem de teste
docker build -t tentativafc/bootcamp-pi-test -f ./Dockerfile.dev .
Rodar a imagem de teste
docker run tentativafc/bootcamp-pi-test pytest
docker build -t tentativafc/bootcamp-pi .
docker run -p 5000:5000 tentativafc/bootcamp-pi