Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdevops authored Apr 23, 2023
1 parent 44a7f9f commit eed6a1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM tomcat:8.5.88-jre8-temurin

LABEL maintainer=goutham@gmail.com

ADD ./target/petclinic.war /usr/local/tomcat/webapps/

EXPOSE 8080

CMD ["catalina.sh", "run"]

0 comments on commit eed6a1e

Please sign in to comment.