From 286dafca161227fa5f6ba8a31a3d2efe8799acc4 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 31 Oct 2016 14:40:54 +0000 Subject: [PATCH] ui: run dev server on all interfaces --- ui/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/Makefile b/ui/Makefile index ec66128b..0a4cf9ad 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -29,8 +29,8 @@ install: install-embed-markdown-loader .PHONY: start start: - $(bindir)/webpack-dev-server --config webpack/index.js - + $(bindir)/webpack-dev-server --config webpack/index.js --host 0.0.0.0 + .PHONY: install-production install-production: install yarn install --pure-lockfile --prefer-offline