1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-12 15:09:08 +00:00

Include future publications for easier local testing

This commit is contained in:
davegson 2021-05-26 15:08:17 +02:00
parent f2f2eeb7c2
commit de490305ba

View file

@ -2,7 +2,7 @@
# docker-compose up
jekyll:
image: jekyll/jekyll
command: jekyll serve --watch --incremental --livereload
command: jekyll serve --watch --incremental --livereload --future
ports:
- 4000:4000
- 35729:35729