startup delay issue 15/13215/1
authorVijay <vv770d@att.com>
Mon, 18 Sep 2017 19:53:07 +0000 (19:53 +0000)
committerVijay <vv770d@att.com>
Mon, 18 Sep 2017 19:53:31 +0000 (19:53 +0000)
Change-Id: I3b935755e24ed9e695fec85704af4876ea245e93
Issue-ID:DCAEGEN2-112
Signed-off-by: Vijay <vv770d@att.com>
Dockerfile
pom.xml

index 3e4cc48..bff8587 100644 (file)
@@ -9,16 +9,13 @@ ENV HOME /opt/app/VESCollector
 ENV JAVA_HOME /usr
 
 RUN apt-get update && apt-get install -y \
-        bc \
         curl \
-        telnet \
         vim \
-        netcat \
         openjdk-8-jdk
 
 
 COPY opt /opt
 
-EXPOSE 9999 8080 8443
+EXPOSE 8080 8443
 
 CMD [ "/opt/app/docker-entry.sh" ]
diff --git a/pom.xml b/pom.xml
index fbbd3de..2f33b5f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </executions>
                                </plugin>
 
-
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>
                                        <artifactId>exec-maven-plugin</artifactId>