Mercurial > public > ssdt-docker
view tomcat/Dockerfile @ 5:9b74645ce4a4
add setenv file
author | smith@nwoca.org |
---|---|
date | Sun, 13 Sep 2015 18:14:10 -0400 |
parents | b5534ea9a4cb |
children | 72f33ca6aa5b |
line wrap: on
line source
FROM tomcat:8.0.26-jre8 MAINTAINER Dave Smith <smith@nwoca.org> COPY setenv.sh /usr/local/tomcat/bin/setenv.sh RUN chmod 755 /usr/local/tomcat/bin/setenv.sh VOLUME /usr/local/tomcat/logs