This is the container that is invoked by the web front-end of cppinsights.io.
You may use this to set up a full local version of the C++ Insights web front-end.
The other part you then need is the C++ Insights: Web Front-End Docker Container, which provides the web part in a container.
These are the steps to build this project:
git clone https://github.com/andreasfertig/cppinsights-container.git
cd cppinsights-container
make
Which clones the repo, downloads the latest C++ Insights binary, and builds a docker container. Now, you are ready to switch to C++ Insights: Web Front-End Docker Container.