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" } } }