From 6a9b2032c174a8e0352c72372c355ec2e19a999d Mon Sep 17 00:00:00 2001 From: Xanders25 Date: Mon, 16 Dec 2024 19:45:34 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 32c0fdc..2e08e7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,4 @@ services: - "5000:5000" volumes: - .:/app - command: python app/app.py \ No newline at end of file + command: python app.py \ No newline at end of file