diff tomcat/Dockerfile @ 5:9b74645ce4a4

add setenv file
author smith@nwoca.org
date Sun, 13 Sep 2015 18:14:10 -0400
parents b5534ea9a4cb
children 72f33ca6aa5b
line wrap: on
line diff
--- a/tomcat/Dockerfile	Sat Sep 12 18:10:12 2015 +0100
+++ b/tomcat/Dockerfile	Sun Sep 13 18:14:10 2015 -0400
@@ -2,4 +2,8 @@
 
 MAINTAINER Dave Smith <smith@nwoca.org>
 
+COPY setenv.sh /usr/local/tomcat/bin/setenv.sh
+
+RUN chmod 755 /usr/local/tomcat/bin/setenv.sh
+
 VOLUME /usr/local/tomcat/logs