browsertrix-crawler/main.js
Ilya Kreymer a875aa90d3 Dockerfile: switch to cmd 'crawl', instead of entrypoint to support running 'pywb' also
update README with docker-compose and docker run examples, update commandline example
default output to './crawls' subdirectory
2020-11-01 21:35:00 -08:00

6 lines
86 B
JavaScript
Executable file

#!/usr/bin/env node
const { Crawler } = require("./crawler");
new Crawler().run();