Restore Added support for running docker behind firewall

This commit is contained in:
Arnaud Roques
2017-04-21 22:54:59 +02:00
parent 4c320c39c2
commit e12c8e6661

4
Dockerfile.tomcat Normal file
View File

@@ -0,0 +1,4 @@
# Dockerfile
FROM tomcat:8
RUN apt-get update && apt-get install -y --no-install-recommends graphviz fonts-wqy-zenhei && rm -rf /var/lib/apt/lists/*
ADD target/*.war /usr/local/tomcat/webapps/