From f0901b56361574d4363bfac29c417bd746a7ac1d Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 18 Nov 2020 15:42:22 -0500 Subject: [PATCH] Specifying hostname for build --- jekyll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll.sh b/jekyll.sh index ea117e27d..ff9fda15c 100644 --- a/jekyll.sh +++ b/jekyll.sh @@ -22,4 +22,4 @@ fi gem install jekyll bundler # Running Jekyll -jekyll serve --port 8888 +jekyll serve --port 8888 --host 0.0.0.0