From 0365d8b6ea73dd5527e25ca086d72fde5bcb5551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 19 Apr 2017 20:03:58 +0100 Subject: [PATCH] bind storybook to 0.0.0.0 --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 2b097703..fbb06c80 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -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