From 8c841451eacaae6abef527de01d2cd6200612522 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 29 Jul 2024 11:13:43 +0100 Subject: [PATCH] Update run.sh --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 0f68b94..3b0a274 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +bundle install echo Open http://0.0.0.0:4000 # bundle exec jekyll serve --draft --future --live --incremental -bundle exec jekyll serve --live --incremental --livereload \ No newline at end of file +bundle exec jekyll serve --live --incremental --livereload --future --host 0.0.0.0 \ No newline at end of file