Change pull command

This commit is contained in:
Marian Steinbach 2018-05-03 10:56:17 +02:00
parent 15697016e7
commit 7291b09e83
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Build docker image and run spider in Docker container
spider:
docker pull python:3.6-alpine3.7
docker pull debian:stretch-slim
docker build -t spider .
docker run --rm -ti -v $(PWD)/webapp/dist/data:/out spider