We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae31d4 commit 5f5e4ffCopy full SHA for 5f5e4ff
1 file changed
README.md
@@ -10,6 +10,5 @@ The pages are rendered with Jekyll and kindly hosted by github.
10
... with Docker:
11
12
```
13
-docker run -it -p 4000:4000 -v $(pwd):/site itzg/jekyll-github-pages
+docker run -it -p 4000:4000 -v $(pwd):/site -w /site library/ruby bash -c 'bundle install && bundle exec jekyll serve -H 0.0.0.0'
14
15
-
0 commit comments