Skip to content

Commit

Permalink
Fix .war copying in tomcat's Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Aug 30, 2023
1 parent 65b89a1 commit cfa814d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt update && apt install -y iproute2
WORKDIR /usr/local/tomcat

COPY target/*.jar ./lib/
COPY *.war ./
COPY server.xml ./conf/
COPY context.xml ./conf/
COPY start.sh ./
Expand Down

0 comments on commit cfa814d

Please sign in to comment.