Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 147 Bytes

local.md

File metadata and controls

2 lines (2 loc) · 147 Bytes

Run an ephemeral container to test locally

docker run -rm --volume="$PWD:/srv/jekyll:Z" --publish 4000:4000 jekyll/jekyll jekyll serve --drafts