summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2018-03-08 15:02:07 +0000
committerVENKATESH KUMAR <vv770d@att.com>2018-03-08 18:19:40 -0500
commitf924e7600ba8b9741611ac784ff0586875691912 (patch)
treec8f516664478103a2ba2bda61ea0578b87b58611 /Dockerfile
parent5c93b25a22f19f157d5088595655ac818744a42b (diff)
enables https setting
Change-Id: I05e988e6e42663bf09cd91cc5dde310cbe71effc Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-388
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 37afd65b..9aa246a6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,13 +9,10 @@ ENV HOME /opt/app/VESCollector
ENV JAVA_HOME /usr
ENV HOSTALIASES /etc/host.aliases
-RUN apt-get update && apt-get install -y \
- curl \
- vim \
- openjdk-8-jdk
+RUN apt-get update && apt-get install -y curl vim openjdk-8-jdk
COPY opt /opt
-EXPOSE 8080
+EXPOSE 8080 8443
CMD [ "/opt/app/docker-entry.sh" ]