diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 17:35:35 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 17:35:35 +0500 |
commit | f446d4055b36c2e6f91611010856071417801c46 (patch) | |
tree | 6e14e580921c25563383b2d4a6440f3c61cb4a87 | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-f446d4055b36c2e6f91611010856071417801c46.tar.gz sorting-algorithms-f446d4055b36c2e6f91611010856071417801c46.zip |
Makefile: serve on all interfaces
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |