view tomcat/Dockerfile @ 10:c9a3e1f8d500

add sample compose file
author smith@nwoca.org
date Mon, 14 Dec 2015 19:37:11 +0000
parents b65e777478f3
children cbaf2e9ca770
line wrap: on
line source
FROM tomcat:8.0.30-jre8

MAINTAINER Dave Smith <smith@nwoca.org>

WORKDIR /usr/local/tomcat

COPY setenv.sh bin/

RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
	&& chmod +x bin/setenv.sh