From 381e61199653bbfa7da9c5349acad87a944fc8b8 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Mon, 6 May 2019 11:22:46 -0700 Subject: Make service port configurable Service port should be configurable. This patch removes the hardcoded value. The default value is 9015 Issue-ID: MULTICLOUD-609 Change-Id: Iae05f42bd06ecd061ec68a3a7c4a4a87f33b22fa Signed-off-by: Kiran Kamineni --- deployments/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployments/Dockerfile') diff --git a/deployments/Dockerfile b/deployments/Dockerfile index b3e2f061..dfe16cb1 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -16,7 +16,7 @@ ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTPS_PROXY ENV no_proxy $NO_PROXY -EXPOSE 8081 +EXPOSE 9015 RUN groupadd -r onap && useradd -r -g onap onap RUN apt-get update && apt-get install -y -qq apt-transport-https curl \ -- cgit 1.2.3-korg