change working dir

This commit is contained in:
Daniel 2023-11-22 21:27:43 +01:00
parent ee1acebf3d
commit 012cd1d36a
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
```bash
docker compose build
docker compose run --rm app python ./src/
docker compose run --rm app python ./main.py
docker compose run --rm app pytest
# docker-compose up
```