auto commit

This commit is contained in:
2025-10-13 15:30:09 +09:00
parent 8e9c6170bb
commit c940631fe7
199 changed files with 537 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM localhost:8787/tomcat:7.0.94-jre7-alpine.linux AS Development
FROM tomcat:7.0.94-jre7-alpine AS Development
# Remove default webapps
RUN rm -rf /usr/local/tomcat/webapps/*