Skip to content

Latest commit

 

History

History

SImpl WebApi Template

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:latest

After starting the container point your browser at localhost:8080