summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-03-28 20:08:54 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-03-28 20:27:13 +0200
commit112044f9d9999f7e1e1871e49aba9ba73ce3959e (patch)
treec211666b1a7368e252096a3a610f3566161599b4 /Dockerfile
parent9292dd2aa89214957fc72980f58026324ca75a4f (diff)
Already addes push Dockerfile image from mvn pov
Change-Id: I4411279c34dd0b6b38e283fdfafa4977e7eb4414 Issue-ID: DCAEGEN2-407 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 4f1a092c..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-#This image is sample template only.
-FROM azul/zulu-openjdk:8u152
-
-MAINTAINER Przemysław Wąsala "przemyslaw.wasala@nokia.com"
-
-ADD /prh-app-server/target/prh-app-server.jar /opt/app/Prh/
-WORKDIR /opt/app/Prh
-
-ENV HOME /opt/app/Prh
-ENV JAVA_HOME /usr
-#RUN apt-get update && apt-get install -y curl vim
-
-EXPOSE 8100
-
-CMD [ "java", "-jar", "prh-app-server.jar" ] \ No newline at end of file