- Create the
Dockerfile
anddocker-compose.yml
file as indicated in this tag. - Run
docker-compose up
to test if the Docker build works fine.
Testing URLs:
cd docker-compose-flask-math
python -m pytest
Dockerfile
and docker-compose.yml
file as indicated in this tag.docker-compose up
to test if the Docker build works fine.Testing URLs:
cd docker-compose-flask-math
python -m pytest