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

develop
Сергей Ванюшкин 2024-02-13 00:02:22 +03:00
parent 68594eb7f0
commit d54e704dfb
1 changed files with 3 additions and 0 deletions

View File

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