aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/Dockerfile')
-rw-r--r--deployments/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \