diff --git a/Dockerfile b/Dockerfile index a006949..c777e9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ 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