aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/Dockerfile')
-rw-r--r--deployments/Dockerfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/deployments/Dockerfile b/deployments/Dockerfile
index c37c7989..dfe16cb1 100644
--- a/deployments/Dockerfile
+++ b/deployments/Dockerfile
@@ -16,13 +16,7 @@ ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
ENV no_proxy $NO_PROXY
-ENV CSAR_DIR "/opt/csar"
-ENV KUBE_CONFIG_DIR "/opt/kubeconfig"
-ENV DATABASE_TYPE "consul"
-ENV DATABASE_IP "127.0.0.1"
-ENV OVN_CENTRAL_ADDRESS "127.0.0.1:6641"
-
-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 \