preview needs host to be any, if we want to access via docker

This commit is contained in:
2024-05-21 18:57:02 +00:00
parent c79d601279
commit e628aac3c4
+1 -1
View File
@@ -2,5 +2,5 @@
# will cause port 4000 to be available for reverse proxy to call on
# but will *NOT* update the live website, because we are using a different destination
bundle exec jekyll serve --destination _preview
bundle exec jekyll serve --host '*' --destination _preview