comparison tomcat-17/Dockerfile @ 569:15609ee0fe4e tip

rename file
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 24 May 2024 17:35:15 -0400
parents d1050dda4be2
children
comparison
equal deleted inserted replaced
568:d1050dda4be2 569:15609ee0fe4e
27 && rm -rf /var/lib/apt/lists/* 27 && rm -rf /var/lib/apt/lists/*
28 28
29 29
30 WORKDIR /usr/local/tomcat 30 WORKDIR /usr/local/tomcat
31 31
32 COPY setenv17.sh bin/ 32 COPY setenv.sh bin/
33 COPY tomcat-users.xml server.xml context.xml logging.properties conf/ 33 COPY tomcat-users.xml server.xml context.xml logging.properties conf/
34 34
35 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ 35 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
36 && chmod +x bin/setenv17.sh 36 && chmod +x bin/setenv.sh
37 37
38 ENV TZ=America/New_York 38 ENV TZ=America/New_York