annotate tomcat/Dockerfile @ 5:9b74645ce4a4

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