bind storybook to 0.0.0.0

This commit is contained in:
Sérgio Ramos 2017-04-19 20:03:58 +01:00
parent f4b9d83c39
commit 0365d8b6ea
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ install: install-embed-markdown-loader
.PHONY: start
start:
# $(bindir)/st -p $(PORT) -H 0.0.0.0 -d static --no-dot -i index.html
$(bindir)/start-storybook -p 8080
$(bindir)/start-storybook -p 8080 -h 0.0.0.0
.PHONY: install-production
install-production: compile