comparison tomcat/Dockerfile @ 23:6a4ba408b8c4

improve tomcat configuration
author smith@nwoca.org
date Fri, 08 Jan 2016 20:24:11 +0000
parents cbaf2e9ca770
children 53671513b240
comparison
equal deleted inserted replaced
22:06461e89e3e5 23:6a4ba408b8c4
8 && apt-get install -y ttf-mscorefonts-installer 8 && apt-get install -y ttf-mscorefonts-installer
9 9
10 WORKDIR /usr/local/tomcat 10 WORKDIR /usr/local/tomcat
11 11
12 COPY setenv.sh bin/ 12 COPY setenv.sh bin/
13 COPY tomcat-users.xml server.xml context.xml conf/
13 14
14 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ 15 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
15 && chmod +x bin/setenv.sh 16 && chmod +x bin/setenv.sh