aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-09-18 19:53:07 +0000
committerVijay <vv770d@att.com>2017-09-18 19:53:31 +0000
commit4412380666267a89097b3df23cfa5d007cdcb9bc (patch)
tree9d8fd4a2e496f3f1879227d772f4597217f836b9
parenta45b4a197b10a4afbc65659e69aab44eed39485a (diff)
startup delay issue
Change-Id: I3b935755e24ed9e695fec85704af4876ea245e93 Issue-ID:DCAEGEN2-112 Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r--Dockerfile5
-rw-r--r--pom.xml1
2 files changed, 1 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 3e4cc486..bff8587b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 fbbd3de0..2f33b5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,6 @@
</executions>
</plugin>
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>