Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 281 Bytes

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