/bootcamp-pi

Primary LanguageJupyter Notebook

bootcamp-pi

Travis:

https://travis-ci.org/github/tentativafc/bootcamp-pi

Comandos úteis

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