отладка
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-03-28 20:56:50 +05:00
parent c676a388bd
commit c832b1893c

View File

@@ -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"]