From 7f203876434a9ebb8a77e43b0dbfbf77e18a5ceb Mon Sep 17 00:00:00 2001 From: sridhar Date: Wed, 6 Sep 2023 17:24:45 +0530 Subject: [PATCH] added ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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