e2e_tests/README.md
2023-11-21 15:20:43 +01:00

217 B

Readme

docker compose run --rm app pytest
# docker-compose up

Force rebuild with cache

docker-compose up --build

Force rebuild wtihtout cache

docker-compose build --no-cache