From d54e704dfbf126f880a2e29435556735f4fc675f Mon Sep 17 00:00:00 2001 From: pi3c Date: Tue, 13 Feb 2024 00:02:22 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20volumes=20=D0=BD=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D0=BD=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose_test.yml b/compose_test.yml index 603fa54..60155c5 100644 --- a/compose_test.yml +++ b/compose_test.yml @@ -57,4 +57,7 @@ services: restart: always + volumes: + - .:/usr/src/fastfood + command: /bin/bash -c 'poetry run pytest -vv'