diff options
author | Vijay <vv770d@att.com> | 2017-09-18 19:53:07 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-18 19:53:31 +0000 |
commit | 4412380666267a89097b3df23cfa5d007cdcb9bc (patch) | |
tree | 9d8fd4a2e496f3f1879227d772f4597217f836b9 | |
parent | a45b4a197b10a4afbc65659e69aab44eed39485a (diff) |
startup delay issue
Change-Id: I3b935755e24ed9e695fec85704af4876ea245e93
Issue-ID:DCAEGEN2-112
Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r-- | Dockerfile | 5 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -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" ] @@ -218,7 +218,6 @@ </executions> </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> |