Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 189 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 189 Bytes

Scrapy

Build the image and ran the container using a volume.

    docker build -t dockerImageName ./
    docker run --rm -ti \
    -v $(pwd):/data \
    dockerImageName bash