remove dual port mapping 17/20617/1
authorVijay <vv770d@att.com>
Wed, 25 Oct 2017 20:23:08 +0000 (20:23 +0000)
committerVijay <vv770d@att.com>
Wed, 25 Oct 2017 20:23:27 +0000 (20:23 +0000)
Change-Id: Ia620f4a51dc6c0ffb16a85e0ea7587c49603f16b
Issue-ID:DCAEGEN2-128
Signed-off-by: Vijay <vv770d@att.com>
Dockerfile
src/main/scripts/docker-entry.sh

index c73703d..c7f7c2e 100644 (file)
@@ -15,6 +15,6 @@ RUN apt-get update && apt-get install -y \
 
 COPY opt /opt
 
-EXPOSE 8080 8443
+EXPOSE 8080
 
 CMD [ "/opt/app/docker-entry.sh" ]
index f5ddedb..34cbe4c 100644 (file)
@@ -20,7 +20,7 @@
 ###
 
 if [ ! -z "$COLLECTOR_IP" ]; then
-        echo $COLLECTOR_IP  $(hostname).dcae.simpledemo.openecomp.org >> /etc/hosts
+        echo $COLLECTOR_IP  $(hostname).dcae.simpledemo.onap.org >> /etc/hosts
 fi
 
 if [ ! -z "$DMAAPHOST" ]; then