Mercurial > public > ssdt-docker
diff 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 |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Thu May 23 10:11:12 2024 -0400 +++ b/tomcat-17/Dockerfile Thu May 23 10:48:43 2024 -0400 @@ -30,10 +30,10 @@ WORKDIR /usr/local/tomcat -COPY setenv.sh bin/ +COPY setenv17.sh bin/ COPY tomcat-users.xml server.xml context.xml logging.properties conf/ RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ - && chmod +x bin/setenv.sh + && chmod +x bin/setenv17.sh ENV TZ=America/New_York