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.
This commit is contained in:
MOZGIII 2022-09-24 23:01:07 +04:00
parent 250af80717
commit 1b6504d932
1 changed files with 0 additions and 1 deletions

View File

@ -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"]