From 2f7d024fa20f0ab44848ef88e4f3e45406bab39d Mon Sep 17 00:00:00 2001 From: andrei Date: Sat, 21 Dec 2024 10:56:18 +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, 3 insertions(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index e64a001..dbadb4b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -12,4 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python", "main.py"] \ No newline at end of file +WORKDIR / + +CMD ["python", "app/main.py"] \ No newline at end of file