aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 12:31:52 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 13:57:02 -0400
commit2b4495aa0a51f3a84b50273fbf391b419cd534e5 (patch)
tree058947f9ba2c80176b6732f554b090dfceffc9fd /Dockerfile
parent7b307d309bc01b2c13527342dae623231ea5d9ad (diff)
Upgrade dependencies
Delete unused files Dockerfile and startSCH.sh Issue-ID: DCAEGEN2-2330 Change-Id: Id2f699b0530545628c77728ffe00740975aad014 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 7b4d2bc..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM maven:3-jdk-8
-RUN apt-get update && apt-get install -y sendmail
-
-WORKDIR /opt/sch
-ADD . /opt/sch
-RUN mvn clean package
-
-# TODO: This is bogus. This is simply to be used for Registrator registration.
-EXPOSE 65000
-
-COPY startSCH.sh /opt/sch
-RUN chmod +x /opt/sch/startSCH.sh
-CMD ["/opt/sch/startSCH.sh"]