Skip to content

Commit

Permalink
fix docker command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored and r10s committed Nov 14, 2024
1 parent e063615 commit 04951b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Testing changes

- If you get Ruby dependency problems, you can also build the page in a docker
container:
```sudo docker run -i -p 4000:4000 -v $PWD:/srv/jekyll -v $PWD/_site:/srv/jekyll/_site jekyll/builder:3 /bin/bash -c "chmod 777 /srv/jekyll && jekyll serve"```
```sudo docker run -i -p 4000:4000 -v $PWD:/srv/jekyll -v $PWD/_site:/srv/jekyll/_site jekyll/builder:4 /bin/bash -c "chmod 777 /srv/jekyll && jekyll serve"```
You can open the page in the browser at http://localhost:4000.

Directory structure
Expand Down

0 comments on commit 04951b3

Please sign in to comment.