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