Enable livereload and adapt the doc accordingly
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
ea38125cd7
commit
74bf4ce377
3 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue