blob: 70011ab4633f8f58be14305a67f633c1efc1d5b6 [file] [log] [blame]
#!/bin/sh
export JEKYLL_VERSION 3.8
docker run --rm -v $PWD:/srv/jekyll -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental