Mercurial > public > ssdt-docker
view 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 |
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