Revert "Make the server's BASE_URL configurable"

This reverts commit 055facac9e.
This commit is contained in:
Arnaud Roques
2018-11-30 22:30:03 +01:00
parent c30807b178
commit 5501258087
2 changed files with 3 additions and 5 deletions

View File

@@ -21,5 +21,4 @@ USER jetty
ENV GRAPHVIZ_DOT=/usr/bin/dot
ARG BASE_URL=plantuml
COPY --from=builder /app/target/plantuml.war /var/lib/jetty/webapps/$BASE_URL.war
COPY --from=builder /app/target/plantuml.war /var/lib/jetty/webapps/ROOT.war