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