chore: fix deps

This commit is contained in:
2026-04-29 19:42:44 +03:00
parent 0d8ab05f66
commit 56f257031f
3 changed files with 4 additions and 15 deletions

View File

@@ -23,4 +23,4 @@ RUN python -m patchright install chromium
COPY src /app/src
CMD ["uv", "run", "python", "-m", "src.main"]
CMD ["python", "-m", "src.main"]