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

This commit is contained in:
2025-03-28 19:46:36 +05:00
parent 2a2600c59a
commit daadb37b65
2 changed files with 1 additions and 1 deletions

View File

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