Docker
Build an image from this project
docker build --no-cache -f Dockerfile -t simpl.searchmodule.testapi .Start the container
docker run -d -p 8080:80 simpl.searchmodule.testapi:latestAfter starting the container point your browser at localhost:8080