diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | src/main/scripts/docker-entry.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" ] diff --git a/src/main/scripts/docker-entry.sh b/src/main/scripts/docker-entry.sh index f5ddedb0..34cbe4cb 100644 --- a/src/main/scripts/docker-entry.sh +++ b/src/main/scripts/docker-entry.sh @@ -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 |