How to Build it
- Pull from github
git clone <repo> cd veraz00.github.io - 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 - Inside the container
cd blog bundle install bundle exec jekyll serve --livereload --host 0.0.0.0 - Exit from container: inside the container
exit