Skip to content

Commit 2432d47

Browse files
authored
Update dockerfile
1 parent c18dc35 commit 2432d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM tomcat:9
2-
ADD addressbook.war /usr/local/tomcat/webapps
2+
ADD target/addressbook.war /usr/local/tomcat/webapps
33
CMD ["catalina.sh", "run"]
44
EXPOSE 8080

0 commit comments

Comments
 (0)