diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 19:42:30 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 19:42:30 +0100 |
commit | 6913655316001a8413f86fde6956855898775f60 (patch) | |
tree | 7d34b86eb91978308cce3283626c4ebc333190c7 /app/build/pithos/Dockerfile | |
parent | 80dc6ec803949bbb09a8d40c80daaa9c676c0fb6 (diff) | |
download | infrastructure-6913655316001a8413f86fde6956855898775f60.tar.gz infrastructure-6913655316001a8413f86fde6956855898775f60.zip |
We do not use pithos
Diffstat (limited to 'app/build/pithos/Dockerfile')
-rw-r--r-- | app/build/pithos/Dockerfile | 4 |
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"] |