1
0
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:
Olaf Meeuwissen 2018-12-03 18:54:18 +09:00
parent 38772dedd3
commit 73c23724db
2 changed files with 2 additions and 2 deletions

View File

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

View File

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