Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

File metadata and controls

8 lines (6 loc) · 222 Bytes

examples

Running on docker:

docker build -t plugnsearch-example -f Dockerfile .
docker run --rm -v "$(pwd)/results:/results" -v "$(pwd)/logs:/logs" plugnsearch-example:latest # Runs hackernews.js by default