Skip to content

Commit

Permalink
tested from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Jan 21, 2022
1 parent c3992c5 commit 9cbb776
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,14 @@ docker needs to be installed
mkdir sidspipeline
git clone https://github.com/UNDP-Data/sids-data-pipeline.git
cd sids-data-pipeline

docker build -t sidsdatapipeline:1.0.0 -f ./Dockerfile ./

# test the script


docker run -ti --rm --name=sidspipe --env-file .env -v /data:/data sidsdatapipeline:1.0.0 -rb=config/attribute_list_updated.csv -vb=config/vector_list.csv -ov /data/sids/tmp/test1 -ub=vtiles1 -ag=True -ap=/data/sids/tmp/test


```

Expand Down

0 comments on commit 9cbb776

Please sign in to comment.