Skip to content

Commit 42e9299

Browse files
authored
Create dockerfile
1 parent 9738bfd commit 42e9299

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
From tomcat:9
2+
Maintainer Sonal
3+
ADD addressbook.war /usr/local/tomcat/webapps
4+
CMD ["catalina.sh", "run"]
5+
EXPOSE 8080

0 commit comments

Comments
 (0)