Skip to content

Commit

Permalink
Merge pull request plantuml#52 from adamwalach/master
Browse files Browse the repository at this point in the history
Fix tomcat dockerfile
  • Loading branch information
arnaudroques authored Aug 31, 2017
2 parents 2d04a7a + e95d301 commit 4a6e13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.tomcat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a6e13a

Please sign in to comment.