Skip to content

Instantly share code, notes, and snippets.

@shaisachs
Created October 4, 2022 14:24
Show Gist options
  • Save shaisachs/dd808ec08eb001cc2d1e9bb0049b8e93 to your computer and use it in GitHub Desktop.
Save shaisachs/dd808ec08eb001cc2d1e9bb0049b8e93 to your computer and use it in GitHub Desktop.
jekyll serve
# serve up a jekyll site, "no questions asked"
docker run -p 4000:4000 --rm --volume="$PWD:/srv/jekyll:Z" -it jekyll/jekyll:3.8 jekyll serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment