mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
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:
parent
250af80717
commit
1b6504d932
@ -21,7 +21,6 @@ RUN apk add --no-cache \
|
|||||||
COPY --from=loader /opt/plantuml.jar /opt/plantuml.jar
|
COPY --from=loader /opt/plantuml.jar /opt/plantuml.jar
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
VOLUME ["/data"]
|
|
||||||
|
|
||||||
ENTRYPOINT ["java", "-jar", "/opt/plantuml.jar"]
|
ENTRYPOINT ["java", "-jar", "/opt/plantuml.jar"]
|
||||||
CMD ["-version"]
|
CMD ["-version"]
|
Loading…
Reference in New Issue
Block a user