Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 216 Bytes

File metadata and controls

11 lines (8 loc) · 216 Bytes

To run local server

docker run -it --rm --network host --privileged -v pwd:/data/ shashibanger/jekyll:0.1 bash

Inside docker following

cd /data/tech-notes/
bundle install
bundle exec jekyll serve