fix: beat schedule should use only_new=False for full scans
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user