Skip to content

ryichk/scrapy-sandbox-on-docker

Repository files navigation

Scrapy Sample on Docker

Set UP

 docker build --tag scrapy-sample . --no-cache
 docker run -it --rm --name scrapy-sample -v $PWD:/app scrapy-sample

Reference

doc-ja-scrapy.readthedocs.io