From 593e378f63cc480df6f3910c4c9a715264271a50 Mon Sep 17 00:00:00 2001 From: Sergey Bahmatov Date: Fri, 28 Mar 2025 20:57:30 +0500 Subject: [PATCH] fix --- Dockerfile | 2 -- pomodoro_bot/{timer_magager.py => timer_manager.py} | 0 2 files changed, 2 deletions(-) rename pomodoro_bot/{timer_magager.py => timer_manager.py} (100%) diff --git a/Dockerfile b/Dockerfile index c777e9e..a006949 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,6 @@ COPY requirements.txt ./ ENV PYTHONPATH=/app -RUN echo "== Содержимое /app/pomodoro_bot:" && ls -la /app/pomodoro_bot - RUN pip install --no-cache-dir -r requirements.txt CMD ["python", "-m", "pomodoro_bot.main"] \ No newline at end of file diff --git a/pomodoro_bot/timer_magager.py b/pomodoro_bot/timer_manager.py similarity index 100% rename from pomodoro_bot/timer_magager.py rename to pomodoro_bot/timer_manager.py