mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
feat: add verbose and trace flags for Jekyll debugging
This commit is contained in:
parent
3ebd47d3db
commit
905976e765
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ RUN bundle install --retry 5 --jobs 20
|
|||
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
||||
|
||||
# bundle exec jekyll serve --force_polling -H 0.0.0.0 -P 4000
|
||||
CMD [ "bundle", "exec", "jekyll", "serve", "--force_polling", "-H", "0.0.0.0", "-P", "4000" ]
|
||||
CMD [ "bundle", "exec", "jekyll", "serve", "--verbose", "--trace", "--force_polling", "-H", "0.0.0.0", "-P", "4000" ]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue