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

This commit is contained in:
2025-03-28 20:23:37 +05:00
parent 5263843e20
commit 0e936fbb40

View File

@@ -9,4 +9,4 @@ ENV PYTHONPATH=/app
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "pomodoro_bot/main.py"]
CMD ["python", "-m", "pomodoro_bot.main"]