From: Ricardo Marques Date: Thu, 17 May 2018 10:07:52 +0000 (+0100) Subject: mgr/dashboard: ng serve bind to 0.0.0.0 X-Git-Tag: v14.0.0~100^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=251e2515b563856349498c6caf34e7a282f62937;p=ceph-ci.git mgr/dashboard: ng serve bind to 0.0.0.0 This will allow access to ng serve from remote machines Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index d15e7ec535c..05754a6ce80 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --delete-output-path false --proxy-config proxy.conf.json", + "start": "ng serve --delete-output-path false --proxy-config proxy.conf.json --host 0.0.0.0", "build": "ng build", "test": "ng test", "lint": "ng lint",