From 737979466f95e0f5069eafce9b9999770e4c37d5 Mon Sep 17 00:00:00 2001 From: sridhar Date: Wed, 6 Sep 2023 17:29:35 +0530 Subject: [PATCH] added ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1878b418..7ee657739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 RUN apt update && apt install git -y RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git -RUN cd spring-petclinic +RUN cd spring-petclinic-jenkins RUN ./mvnw package CMD ["java" "-jar" "target/*.jar"] \ No newline at end of file