This commit is contained in:
Paul Gauthier 2025-03-14 11:59:25 -07:00
parent f644aba7a8
commit f1d00dbd7f
5 changed files with 14 additions and 14 deletions

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 --host 0.0.0.0 --incremental --livereload
my-jekyll-site bundle exec jekyll serve --host 0.0.0.0 $*
# Additional options:
# --incremental: Only rebuilds files that changed