annotate tomcat/Dockerfile @ 6:79c21c74fe03

add hash bang
author smith@nwoca.org
date Sun, 13 Sep 2015 18:26:30 -0400
parents 9b74645ce4a4
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