Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guybar authored Nov 13, 2024
1 parent 8017fa9 commit 543b93a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:11-jre-slim
COPY spring-petclinic-SNAPSHOT-1.26.jar /app/spring-petclinic-SNAPSHOT-1.26.jar
ENTRYPOINT ["java"]
CMD ["-jar", "/app/spring-petclinic-SNAPSHOT-1.26.jar"]
EXPOSE 8080

0 comments on commit 543b93a

Please sign in to comment.