The original and primary location of the document is https://4km3.github.io/hms/
Latest
(Dockerfile)
From alpine-nginx, copy docs into /opt/nginx/www/hms, install reveal.js REVEAL_VERSION=3.4.1 into /opt/nginx/www/hms/reveal.js and serve them throguht port 8080.
docker build -t rawmind/hms:<version> .
docker run -td -p 8080:8080 rawmind/hms:<version>
Just set the REVEAL_VERSION variable into the Dockerfile to the desired version and build the docker.
https://www.youtube.com/watch?v=H4BML1AKUsM&list=PLfAoTEAPazb4eJflljcW8_Ld2Eclx7hOh