No description
Find a file
2023-11-21 22:09:39 +01:00
previous-work move previous work 2023-11-21 15:19:33 +01:00
src refactoring 2023-11-21 22:09:39 +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 change install order 2023-11-21 21:00:14 +01:00
README.md add bash commands 2023-11-21 21:00:45 +01:00
requirements.txt add icecream to requirements for debugging 2023-11-21 21:33:53 +01:00

Readme

docker compose build
docker compose run --rm app python ./src/
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