From 4ae022aca2bda8599b19892215cfe3cbe8cdef2c Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 8 Dec 2017 14:32:42 +0000 Subject: [PATCH] [ACA-1055] update host address (#126) --- .angular-cli.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.angular-cli.json b/.angular-cli.json index dd83dab7a..dcab4b6fb 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -89,7 +89,8 @@ "component": {}, "serve": { "proxyConfig": "proxy.conf.js", - "port": 3000 + "port": 3000, + "host": "0.0.0.0" } } }