mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Fix tomcat dockerfile
ROOT.war is not deployed if old ROOT directory is present
This commit is contained in:
parent
2d04a7a3fb
commit
e95d301524
@ -5,4 +5,5 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends graphviz fonts-wqy-zenhei && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN rm -rf /usr/local/tomcat/webapps/ROOT
|
||||
ADD target/plantuml.war /usr/local/tomcat/webapps/ROOT.war
|
||||
|
Loading…
Reference in New Issue
Block a user