Enable livereload and adapt the doc accordingly

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2025-05-02 09:55:17 +02:00
parent ea38125cd7
commit 74bf4ce377
3 changed files with 4 additions and 4 deletions

View file

@ -40,4 +40,4 @@ RUN echo "gem: --no-document --user-install --bindir /home/${user}/bin" >> /home
ENV PATH=/home/${user}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENTRYPOINT ["jekyll"]
CMD ["server", "--verbose", "--host", "0.0.0.0", "--incremental"]
CMD ["server", "--verbose", "--host", "0.0.0.0", "--incremental", "--livereload"]