mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Dockerfile created
This commit is contained in:
parent
433e587a7d
commit
da89e3a3f6
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk:17
|
||||
EXPOSE 8080
|
||||
COPY /target/*.jar app.jar
|
||||
ENTRYPOINT ["java","-jar","/app.jar"]
|
Loading…
Reference in a new issue