This commit is contained in:
peddiraju 2022-12-26 15:50:02 +05:30
parent b93bd51f52
commit be6f8f7908

View file

@ -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"]