mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Create Dockerfile
Signed-off-by: riteshtorne150 <142497679+riteshtorne150@users.noreply.github.com>
This commit is contained in:
parent
fd4361b118
commit
276c115bb1
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM eclipse-temurin:17-jdk
|
||||
WORKDIR /app
|
||||
COPY target/*.jar app.jar
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["java","-jar","app.jar"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue