Skip to content

Commit

Permalink
#97: Adapt deployment resources
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
  • Loading branch information
lgblaumeiser committed Mar 31, 2019
1 parent 7d29ece commit 5615a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5615a8f

Please sign in to comment.