diff --git a/Dockerfile b/Dockerfile index 690e9e007..f9a56eef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:22.04 -RUN git clone https://github.com/spring-projects/spring-petclinic.git +RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git RUN cd spring-petclinic RUN ./mvnw package CMD ["java" "-jar" "target/*.jar"] \ No newline at end of file