fix: volumes не примонтировал

This commit is contained in:
2024-02-13 00:02:22 +03:00
parent 68594eb7f0
commit d54e704dfb

View File

@@ -57,4 +57,7 @@ services:
restart: always
volumes:
- .:/usr/src/fastfood
command: /bin/bash -c 'poetry run pytest -vv'