fix: bind Jekyll to all interfaces in docker container

This commit is contained in:
Paul Gauthier (aider) 2025-03-13 17:39:51 -07:00
parent a3554a95c5
commit 3b6a01b63d

View file

@ -8,7 +8,7 @@ docker run \
-e HISTFILE=/site/.bash_history \
-e JEKYLL_ENV=development \
-it \
my-jekyll-site bundle exec jekyll serve --incremental --livereload
my-jekyll-site bundle exec jekyll serve --host 0.0.0.0 --incremental --livereload
# Additional options:
# --incremental: Only rebuilds files that changed