mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-31 09:38:27 +00:00
Restore Added support for running docker behind firewall
This commit is contained in:
parent
4c320c39c2
commit
e12c8e6661
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/
|
Loading…
x
Reference in New Issue
Block a user