mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Docker file
This commit is contained in:
parent
c4e57aebb3
commit
bf13415b05
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM amazoncorretto:11
|
||||
LABEL Version="1.0"
|
||||
LABEL Authour="raakhi"
|
||||
LABEL Description="This-is-for-practice"
|
||||
ADD https://github.com/peddiraju3122b/spring-petclinic.git .
|
||||
EXPOSE 8080
|
||||
CMD ["java","-jar","/spring-petclinic-2.4.2.jar"]
|
Loading…
Reference in a new issue