diff options
-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> |