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

This commit is contained in:
2025-03-28 20:41:38 +05:00
parent 586a4000fe
commit c63a9db6fd

View File

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