mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 16:58:54 +00:00
Revert "Make the server's BASE_URL configurable"
This reverts commit 055facac9e
.
This commit is contained in:
parent
c30807b178
commit
5501258087
@ -21,5 +21,4 @@ USER jetty
|
|||||||
|
|
||||||
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
||||||
|
|
||||||
ARG BASE_URL=plantuml
|
COPY --from=builder /app/target/plantuml.war /var/lib/jetty/webapps/ROOT.war
|
||||||
COPY --from=builder /app/target/plantuml.war /var/lib/jetty/webapps/$BASE_URL.war
|
|
||||||
|
@ -17,6 +17,5 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
||||||
|
|
||||||
ARG BASE_URL=plantuml
|
RUN rm -rf /usr/local/tomcat/webapps/ROOT
|
||||||
RUN rm -rf /usr/local/tomcat/webapps/$BASE_URL
|
COPY --from=builder /app/target/plantuml.war /usr/local/tomcat/webapps/ROOT.war
|
||||||
COPY --from=builder /app/target/plantuml.war /usr/local/tomcat/webapps/$BASE_URL.war
|
|
||||||
|
Loading…
Reference in New Issue
Block a user