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