Skip to content

Commit 86303f7

Browse files
committed
Include future posts when serving development website
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent 1cde68c commit 86303f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ RUN mkdir /site/
4545
WORKDIR /site/
4646
EXPOSE 4000
4747
# Note --incremental mode is ineffective on the Mac owing to https://github.com/containers/podman/issues/22343. Use force_regenerate.sh to trigger the incremental reload after changing the file on the host.
48-
CMD [ "bash", "-c", "eval \"$(rbenv init -)\" && cp -r /css/_sass/bootstrap /site/_sass/ && bundle exec jekyll serve --host ${JEKYLL_SERVE_BIND} --incremental --disable-disk-cache --destination /tmp/site"]
48+
CMD [ "bash", "-c", "eval \"$(rbenv init -)\" && cp -r /css/_sass/bootstrap /site/_sass/ && bundle exec jekyll serve --future --host ${JEKYLL_SERVE_BIND} --incremental --disable-disk-cache --destination /tmp/site"]

0 commit comments

Comments
 (0)