mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: bind Jekyll to all interfaces in docker container
This commit is contained in:
parent
a3554a95c5
commit
3b6a01b63d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ docker run \
|
||||||
-e HISTFILE=/site/.bash_history \
|
-e HISTFILE=/site/.bash_history \
|
||||||
-e JEKYLL_ENV=development \
|
-e JEKYLL_ENV=development \
|
||||||
-it \
|
-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:
|
# Additional options:
|
||||||
# --incremental: Only rebuilds files that changed
|
# --incremental: Only rebuilds files that changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue