From 0e936fbb4053759d64cd477cde9ad27277b209ab Mon Sep 17 00:00:00 2001 From: Sergey Bahmatov Date: Fri, 28 Mar 2025 20:23:37 +0500 Subject: [PATCH] fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40eb8e1..a784672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ ENV PYTHONPATH=/app RUN pip install --no-cache-dir -r requirements.txt -CMD ["python", "pomodoro_bot/main.py"] +CMD ["python", "-m", "pomodoro_bot.main"] \ No newline at end of file