Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 551:67c28d5e7904
update file name, add arg
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Thu, 23 May 2024 10:48:43 -0400 |
parents | a2f2776d4628 |
children | ef664849a72a |
comparison
equal
deleted
inserted
replaced
550:eb70cc84cfb0 | 551:67c28d5e7904 |
---|---|
28 && rm -rf /var/lib/apt/lists/* | 28 && rm -rf /var/lib/apt/lists/* |
29 | 29 |
30 | 30 |
31 WORKDIR /usr/local/tomcat | 31 WORKDIR /usr/local/tomcat |
32 | 32 |
33 COPY setenv.sh bin/ | 33 COPY setenv17.sh bin/ |
34 COPY tomcat-users.xml server.xml context.xml logging.properties conf/ | 34 COPY tomcat-users.xml server.xml context.xml logging.properties conf/ |
35 | 35 |
36 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ | 36 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ |
37 && chmod +x bin/setenv.sh | 37 && chmod +x bin/setenv17.sh |
38 | 38 |
39 ENV TZ=America/New_York | 39 ENV TZ=America/New_York |