From abe57a01f08a32e5d4dd6464fb7aad65d7b95906 Mon Sep 17 00:00:00 2001 From: andrei Date: Sat, 21 Dec 2024 11:03:48 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20Do?= =?UTF-8?q?ckerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index dbadb4b..dcee5aa 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -12,6 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -WORKDIR / - -CMD ["python", "app/main.py"] \ No newline at end of file +CMD ["python", "-m", "main"] \ No newline at end of file