is a flask python with docker, following this tuto: http://containertutorials.com/docker-compose/flask-simple-app.html
- create app
- run with docker
- create docker-compose file
- [] add pytest
$ docker compose up -d
$ docker compose logs
$ docker compose down