Add new docker images

Add tomcat container, jetty tag and self-builded docker file
This commit is contained in:
David Ducatel
2017-04-28 10:53:11 +02:00
parent a0fc212636
commit 5dd56095ba
7 changed files with 50 additions and 36 deletions

8
Dockerfile.tomcat Normal file
View File

@@ -0,0 +1,8 @@
FROM tomcat:9
MAINTAINER D.Ducatel
RUN apt-get update && \
apt-get install -y --no-install-recommends graphviz fonts-wqy-zenhei && \
rm -rf /var/lib/apt/lists/*
ADD target/plantuml.war /usr/local/tomcat/webapps/ROOT.war