view tomcat/Dockerfile @ 7:72f33ca6aa5b

add admin password and custom CATALINA_OPS
author smith@nwoca.org
date Mon, 14 Sep 2015 13:06:10 +0100
parents 9b74645ce4a4
children b65e777478f3
line wrap: on
line source
FROM tomcat:8.0.26-jre8

MAINTAINER Dave Smith <smith@nwoca.org>

COPY setenv.sh /usr/local/tomcat/bin/
COPY createTomcatAdmin.sh /usr/local/tomcat/bin/

RUN chmod +x /usr/local/tomcat/bin/setenv.sh \
             /usr/local/tomcat/bin/createTomcatAdmin.sh