Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 182 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 182 Bytes

example build:

docker run --rm -it \
  --volume="$PWD:/srv/jekyll" \
  --volume="$PWD/vendor/bundle:/usr/local/bundle" \
  -p 4000:4000 jekyll/jekyll:4.2.2 \
  jekyll serve