From 5615a8fbc95c0d616b96f8981a4d6b844f8243ab Mon Sep 17 00:00:00 2001 From: Lars Geyer-Blaumeiser Date: Sun, 31 Mar 2019 17:24:47 +0200 Subject: [PATCH] #97: Adapt deployment resources Signed-off-by: Lars Geyer-Blaumeiser --- resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Dockerfile b/resources/Dockerfile index 7ab04c3a..b9186e28 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: MIT -FROM openjdk:11-jre +FROM openjdk:8-jre VOLUME /var/ptm COPY ptm_backend-1.5.jar app.jar ENTRYPOINT ["java","-Dptm.filestore=/var/ptm", "-jar","/app.jar"]