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