Mercurial > public > ssdt-docker
view tomcat/Dockerfile @ 8:42ab2045d76c
remove setting of admin password
author | smith@nwoca.org |
---|---|
date | Sat, 05 Dec 2015 13:27:11 +0000 |
parents | 72f33ca6aa5b |
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