summaryrefslogtreecommitdiffstats
path: root/cdt/src/main/docker
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-29 14:08:46 -0700
committerPatrick Brady <pb071s@att.com>2018-05-30 15:47:18 +0000
commit27525d8cce704f03b28eb8833ac1533126ece7da (patch)
tree6323215e700499f85dabdfbb0ff2fac15ed2c56b /cdt/src/main/docker
parent381bae7d21fd176d8eb0fd52046fb3bfecc4f837 (diff)
Allow cdt port to be set
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
Diffstat (limited to 'cdt/src/main/docker')
-rw-r--r--cdt/src/main/docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cdt/src/main/docker/Dockerfile b/cdt/src/main/docker/Dockerfile
index d0ab6c8..caa6ff1 100644
--- a/cdt/src/main/docker/Dockerfile
+++ b/cdt/src/main/docker/Dockerfile
@@ -24,3 +24,5 @@ FROM httpd
MAINTAINER APP-C Team (appc@lists.openecomp.org)
COPY config-design-tool /usr/local/apache2/htdocs/
+
+COPY startCdt.sh /opt