No description
Find a file
2023-11-21 15:20:43 +01:00
previous-work move previous work 2023-11-21 15:19:33 +01:00
src initial commit 2023-11-21 15:20:43 +01:00
.gitignore initial commit 2023-11-21 15:20:43 +01:00
docker-compose.yml initial commit 2023-11-21 15:20:43 +01:00
Dockerfile initial commit 2023-11-21 15:20:43 +01:00
README.md initial commit 2023-11-21 15:20:43 +01:00
requirements.txt initial commit 2023-11-21 15:20:43 +01:00

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