This article introduces a method in Jekyll, the static blog generation framework for Ruby programming language, to launch a server with the Jekyll serve command, monitor and detect edits, and automatically build when files are edited.
Jekyll auto reloading - Stack Overflow
To get this working I had to run: jekyll serve -w โforce_polling
bundle exec jekyll serve --host 0.0.0.0 -w --force_polling