mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Use ROOT as the BASE_URL
This fixes a misread of the README.md when preparing 055faca
.
This commit is contained in:
parent
38772dedd3
commit
73c23724db
@ -21,5 +21,5 @@ USER jetty
|
||||
|
||||
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
||||
|
||||
ARG BASE_URL=plantuml
|
||||
ARG BASE_URL=ROOT
|
||||
COPY --from=builder /app/target/plantuml.war /var/lib/jetty/webapps/$BASE_URL.war
|
||||
|
@ -17,6 +17,6 @@ RUN apt-get update && \
|
||||
|
||||
ENV GRAPHVIZ_DOT=/usr/bin/dot
|
||||
|
||||
ARG BASE_URL=plantuml
|
||||
ARG BASE_URL=ROOT
|
||||
RUN rm -rf /usr/local/tomcat/webapps/$BASE_URL
|
||||
COPY --from=builder /app/target/plantuml.war /usr/local/tomcat/webapps/$BASE_URL.war
|
||||
|
Loading…
Reference in New Issue
Block a user