aboutsummaryrefslogtreecommitdiff
path: root/app/build/pithos/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'app/build/pithos/Dockerfile')
-rw-r--r--app/build/pithos/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build/pithos/Dockerfile b/app/build/pithos/Dockerfile
new file mode 100644
index 0000000..70f87d8
--- /dev/null
+++ b/app/build/pithos/Dockerfile
@@ -0,0 +1,4 @@
+FROM amd64/openjdk:13-alpine
+
+COPY pithos-0.7.5-standalone.jar /srv/pithos.jar
+ENTRYPOINT ["/opt/openjdk-13/bin/java", "-jar", "/srv/pithos.jar"]