# HG changeset patch # User smith@nwoca.org # Date 1442077812 -3600 # Node ID b5534ea9a4cb1afb8d646098766081b9327e30d2 # Parent 0cdc167e631984cb18c964eb54ee4a6bccd11ef6 initial tomcat dockerfile diff -r 0cdc167e6319 -r b5534ea9a4cb tomcat/Dockerfile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tomcat/Dockerfile Sat Sep 12 18:10:12 2015 +0100 @@ -0,0 +1,5 @@ +FROM tomcat:8.0.26-jre8 + +MAINTAINER Dave Smith + +VOLUME /usr/local/tomcat/logs