fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:57:30 +05:00
parent c832b1893c
commit 593e378f63
2 changed files with 0 additions and 2 deletions

View File

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