annotate tomcat/Dockerfile @ 9:b65e777478f3

remove admin script from image
author smith@nwoca.org
date Mon, 14 Dec 2015 18:21:48 +0000
parents 72f33ca6aa5b
children cbaf2e9ca770
rev   line source
9
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
1 FROM tomcat:8.0.30-jre8
4
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
9
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
5 WORKDIR /usr/local/tomcat
5
9b74645ce4a4 add setenv file
smith@nwoca.org
parents: 4
diff changeset
6
9
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
7 COPY setenv.sh bin/
5
9b74645ce4a4 add setenv file
smith@nwoca.org
parents: 4
diff changeset
8
9
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
9 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
10 && chmod +x bin/setenv.sh