Mercurial > public > ssdt-docker
view tomcat/Dockerfile @ 11:cf23acedd048
add backup volume to data container
author | smith@nwoca.org |
---|---|
date | Wed, 16 Dec 2015 15:23:26 +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