mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-26 11:50:18 +00:00
background behaviors refactor: (fixes #23)
- move auto-play, auto-fetch and auto-scroll behaviors to behaviors/global/* - bgbehaviors manages these background behaviors - command line --bgbehaviors option specifies which background behaviors to run (defaults to auto-fetch and auto-play)
This commit is contained in:
@@ -35,6 +35,7 @@ RUN yarn install
|
||||
ADD config.yaml /app/
|
||||
ADD uwsgi.ini /app/
|
||||
ADD *.js /app/
|
||||
ADD behaviors/ /app/behaviors/
|
||||
|
||||
RUN ln -s /app/main.js /usr/bin/crawl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user