Add volume for icons

This commit is contained in:
Marian Steinbach 2018-05-25 19:10:54 +02:00
parent 66213e4f00
commit 8a7cf17701
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,10 @@ dockerimage:
# Run spider in docker image # Run spider in docker image
spider: dockerimage spider: dockerimage
docker run --rm -ti -v $(PWD)/webapp/dist/data:/out spider docker run --rm -ti \
-v $(PWD)/webapp/dist/data:/out \
-v $(PWD)/docs/siteicons:/icons \
spider
test: dockerimage test: dockerimage
docker run --rm -ti spider /spider_test.py docker run --rm -ti spider /spider_test.py

View File

@ -39,6 +39,8 @@ green_directory_local_path = './cache/green-directory'
result_path = '/out' result_path = '/out'
siteicons_path = '/icons'
# IP address of the newthinking GCMS server # IP address of the newthinking GCMS server
gcms_ip = "91.102.13.20" gcms_ip = "91.102.13.20"