Clone repository to desired directory
git clone --recurse-submodules https://github.com/InvertedTech/ON.Web.Simple.git
cd ON.Web.Simple
Run via docker compose
docker-compose up -d --build
Navigate to: http://localhost:80
Shut it down
docker-compose down