Skip to content

Commit 48e0f1d

Browse files
authored
Update Dockerfile
1 parent 12054c3 commit 48e0f1d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
FROM tomcat:latest
22
RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps
3-
COPY /var/lib/jenkins/workspace/JAVA/webapp/target/*.war /usr/local/tomcat/webapps/
4-
3+
COPY /var/lib/jenkins/workspace/JAVA/webapp/target/webapp.war /usr/local/tomcat/webapps/

0 commit comments

Comments
 (0)