preview needs host to be any, if we want to access via docker
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user