Available on docker-hub https://hub.docker.com/repository/docker/jklgg/blog-build
Run this locally (from your jekyll directory) like so:
# Run jekyll server with live-reload
docker-compose up
# docker run --rm --publish 4000:4000 --publish 35729:35729 -v="$PWD:/srv/jekyll" -it jklgg/jblog:1.0
To publish with firebase hosting
# jekyll build and then firebase deploy
docker-compose -f docker-compose-publish.yml up
# docker run --rm -v="$PWD:/srv/jekyll" -it jklgg/jblog:1.0 /usr/local/bin/firebase deploy