Skip to content

Instantly share code, notes, and snippets.

@akrami
Last active October 7, 2021 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrami/10cc22476833ea22d055aaba2eb6e706 to your computer and use it in GitHub Desktop.
Save akrami/10cc22476833ea22d055aaba2eb6e706 to your computer and use it in GitHub Desktop.
run jekyll docker
docker run --port 4000:4000/tcp --volume /path/to/dir:/srv/jekyll -it jekyll/jekyll bundler exec jekyll serve --host 0.0.0.0 --force_polling
@akrami
Copy link
Author

akrami commented Jun 12, 2020

just change /path/to/dir to the path you saved your Jekyll blog files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment