fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-28 19:45:29 +05:00
parent 2fab03b7cf
commit 2a2600c59a

View File

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