improve scraper runtime

This commit is contained in:
qananasikq
2026-04-08 14:23:40 +03:00
parent b0f44efdb8
commit fd1d1d3c9f
4 changed files with 79 additions and 42 deletions

View File

@@ -11,5 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x entrypoint.sh
STOPSIGNAL SIGINT
ENTRYPOINT ["./entrypoint.sh"]
CMD ["python", "main.py", "--help"]
CMD ["python", "main.py", "run-daemon"]