Restore Added support for running docker behind firewall
This commit is contained in:
4
Dockerfile.tomcat
Normal file
4
Dockerfile.tomcat
Normal 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/
|
||||
Reference in New Issue
Block a user