Skip to content

Commit 5f5e4ff

Browse files
committed
Fix the docker command line to something that works with recent Ruby versions
1 parent eae31d4 commit 5f5e4ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ The pages are rendered with Jekyll and kindly hosted by github.
1010
... with Docker:
1111

1212
```
13-
docker run -it -p 4000:4000 -v $(pwd):/site itzg/jekyll-github-pages
13+
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'
1414
```
15-

0 commit comments

Comments
 (0)