From c832b1893cc372146f8a58b29fee9c8d4aab7b9f Mon Sep 17 00:00:00 2001 From: Sergey Bahmatov Date: Fri, 28 Mar 2025 20:56:50 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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