Commands
- For windows:
bundle exec jekyll serve -H 0.0.0.0 -P 9000 --force_polling
- For Linux:
bundle exec jekyll serve -H 0.0.0.0 -P 9000
How to run the project
docker run -ti -p 127.0.0.1:9000:9000 –volume=”$PWD:/srv/jekyll” rajveerb/rajveerbachkaniwala.com:latest /bin/bash