diff 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
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Fri May 24 15:27:19 2024 -0400
+++ b/tomcat-17/Dockerfile	Fri May 24 17:35:15 2024 -0400
@@ -29,10 +29,10 @@
 
 WORKDIR /usr/local/tomcat
 
-COPY setenv17.sh bin/
+COPY setenv.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/setenv17.sh
+	&& chmod +x bin/setenv.sh
 	
 ENV TZ=America/New_York