There was an error while loading. Please reload this page.
1 parent 2fd8a8c commit 2bfd6e7Copy full SHA for 2bfd6e7
1 file changed
.github/Dockerfile.tomcat-it
@@ -0,0 +1,6 @@
1
+# .github/docker/Dockerfile.tomcat-it
2
+ARG TOMCAT_TAG=9.0.117-jre21-temurin
3
+FROM tomcat:${TOMCAT_TAG}
4
+
5
+RUN rm -rf /usr/local/tomcat/webapps/*
6
+COPY it-webapp/target/it-webapp.war /usr/local/tomcat/webapps/ROOT.war
0 commit comments