Fix output path

This commit is contained in:
Marian Steinbach 2018-05-03 10:35:52 +02:00
parent 4de5890c60
commit 317624c2b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
spider:
docker pull python:3.6-alpine3.7
docker build -t spider .
docker run --rm -ti -v $(PWD):/out spider
docker run --rm -ti -v $(PWD)/webapp/dist/data:/out spider
screenshots: venv
docker pull netzbegruenung/green-spider-screenshotter:latest