view tomcat/Dockerfile @ 6:79c21c74fe03

add hash bang
author smith@nwoca.org
date Sun, 13 Sep 2015 18:26:30 -0400
parents 9b74645ce4a4
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