Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 237 Bytes

About the project

SearchThis is a distributed document searching system. It is under development.

Build a docker image and run

docker build -f Dockerfile.prod -t <image_name> .
docker run -it --rm -p 80:80 <image_name>