aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:35:35 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:35:35 +0500
commitf446d4055b36c2e6f91611010856071417801c46 (patch)
tree6e14e580921c25563383b2d4a6440f3c61cb4a87
parentbump dependencies (diff)
downloadsorting-algorithms-f446d4055b36c2e6f91611010856071417801c46.tar.gz
sorting-algorithms-f446d4055b36c2e6f91611010856071417801c46.zip
Makefile: serve on all interfaces
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da24b67..cb75810 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ build:
.PHONY: serve
serve:
- bundle exec jekyll serve --drafts
+ bundle exec jekyll serve --drafts --host 0.0.0.0
URL := http://localhost:4000/sorting-algorithms/