make local server listen on all ips

This commit is contained in:
Brian Picciano 2018-11-12 15:12:32 -05:00
parent b182093011
commit 90e5d5023b

View File

@ -2,7 +2,7 @@
BUNDLE := bundle
serve:
${BUNDLE} exec jekyll serve -w -I -D
${BUNDLE} exec jekyll serve -w -I -D -H 0.0.0.0
update:
${BUNDLE} update