How to Build it

  1. Pull from github
    git clone <repo>
    cd veraz00.github.io
    
  2. Build the image
    docker-compose build 
    # --no-cache 
    docker run -p 4000:4000 -it -v /home/vera/veraz00.github.io/:/blog --entrypoint /bin/bash blog:v1
    
  3. Inside the container
    cd blog
    bundle install 
    bundle exec jekyll serve --livereload --host 0.0.0.0
    
  4. Exit from container: inside the container
    exit