mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 16:58:54 +00:00
renamed file to match instructions
This commit is contained in:
parent
e12c8e6661
commit
71d6f78763
4
Dockerfile.tomcat8
Normal file
4
Dockerfile.tomcat8
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…
Reference in New Issue
Block a user