From 1b6504d9327468e2947b9e2983a67f181e977b9c Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Sat, 24 Sep 2022 23:01:07 +0400 Subject: [PATCH] Drop data volume It will have to be provided from the outside regardless, or in case it's not, and something else is used - no need to actually use this volume at all. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b10655c0..bf85afd16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN apk add --no-cache \ COPY --from=loader /opt/plantuml.jar /opt/plantuml.jar WORKDIR /data -VOLUME ["/data"] ENTRYPOINT ["java", "-jar", "/opt/plantuml.jar"] CMD ["-version"] \ No newline at end of file