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