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