Skip to content

Commit 2bfd6e7

Browse files
authored
Create Dockerfile.tomcat-it
1 parent 2fd8a8c commit 2bfd6e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/Dockerfile.tomcat-it

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)