This container wraps the Imuv application.
Build the docker image with
docker build -t vcity:imuv ContextThen run the container e.g. with
docker run [--detach] --rm -t vcity:imuvand open a web browser on URL http://localhost:8000/
Note: in the above docker run command the optionnal -d argument requires the container to run in detached mode,