comparison tomcat/Dockerfile @ 5:9b74645ce4a4

add setenv file
author smith@nwoca.org
date Sun, 13 Sep 2015 18:14:10 -0400
parents b5534ea9a4cb
children 72f33ca6aa5b
comparison
equal deleted inserted replaced
4:b5534ea9a4cb 5:9b74645ce4a4
1 FROM tomcat:8.0.26-jre8 1 FROM tomcat:8.0.26-jre8
2 2
3 MAINTAINER Dave Smith <smith@nwoca.org> 3 MAINTAINER Dave Smith <smith@nwoca.org>
4 4
5 COPY setenv.sh /usr/local/tomcat/bin/setenv.sh
6
7 RUN chmod 755 /usr/local/tomcat/bin/setenv.sh
8
5 VOLUME /usr/local/tomcat/logs 9 VOLUME /usr/local/tomcat/logs