aboutsummaryrefslogtreecommitdiff
path: root/app/build/pithos/Dockerfile
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-12-23 19:42:30 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-12-23 19:42:30 +0100
commit6913655316001a8413f86fde6956855898775f60 (patch)
tree7d34b86eb91978308cce3283626c4ebc333190c7 /app/build/pithos/Dockerfile
parent80dc6ec803949bbb09a8d40c80daaa9c676c0fb6 (diff)
downloadinfrastructure-6913655316001a8413f86fde6956855898775f60.tar.gz
infrastructure-6913655316001a8413f86fde6956855898775f60.zip
We do not use pithos
Diffstat (limited to 'app/build/pithos/Dockerfile')
-rw-r--r--app/build/pithos/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/build/pithos/Dockerfile b/app/build/pithos/Dockerfile
deleted file mode 100644
index 70f87d8..0000000
--- a/app/build/pithos/Dockerfile
+++ /dev/null
@@ -1,4 +0,0 @@
-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"]