fix: beat schedule should use only_new=False for full scans

This commit is contained in:
qananasikq
2026-04-25 14:55:36 +03:00
parent f8206615a9
commit 331d8d350e
5 changed files with 219 additions and 250 deletions

View File

@@ -21,7 +21,7 @@ COPY . .
RUN pip install --no-cache-dir -e .
RUN python -m compileall -q iaai_scraper
RUN chmod +x entrypoint.sh
RUN mkdir -p /data && chown -R app:app /app /data
RUN chown -R app:app /app
STOPSIGNAL SIGINT