Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 308 Bytes

run.md

File metadata and controls

7 lines (6 loc) · 308 Bytes

docker run --rm --volume=$PWD:/srv/jekyll:Z
--volume=$PWD/vendor/bundle:/usr/local/bundle:Z
jekyll/jekyll:latest jekyll build

docker run --rm --volume=$PWD:/srv/jekyll:Z
--volume=$PWD/vendor/bundle:/usr/local/bundle:Z
--publish 127.0.0.1:4000:4000 jekyll/jekyll:latest jekyll serve