Skip to content

Commit 72d86f3

Browse files
authored
Create Dockerfile
1 parent ee3a293 commit 72d86f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM tomcat:8.5.83-jdk11-corretto
2+
COPY target/*.war .
3+
EXPOSE 8080
4+
ENTRYPOINT ["java", "-war", "works-with-heroku-1.0.war"]

0 commit comments

Comments
 (0)