The Web Manager is currenly written with Meteor. Thus said, a Dockerfile is avaiable to run it with Docker.
You may need to install Docker Compose.
Then build the image and run it:
docker build -t fixme-lausanne/totem . # build the Docker image
docker-compose up # add -d to run it in daemon mode