aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:35:08 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:35:08 +0500
commitc1c7d92228598f820469cc3e5ed11e2964e32829 (patch)
tree9707d42232eb83976571c52b8e4558f38a911f40 /Makefile
parentbump dependencies (diff)
downloadegor-tensin.github.io-c1c7d92228598f820469cc3e5ed11e2964e32829.tar.gz
egor-tensin.github.io-c1c7d92228598f820469cc3e5ed11e2964e32829.zip
Makefile: serve on all interfaces
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa7db06..43b6dbc 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/