From 9c55ed36c119a279b4d2f619be9add18be04a680 Mon Sep 17 00:00:00 2001 From: Rajesh1b <118235010+Rajesh1b@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:10:16 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4258f2e0a..fa9075747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,3 @@ EXPOSE 8080 #cmd command CMD ["app.jar"] - - -# Set the command to run the application -CMD ["java", "-jar", "target/spring-petclinic-3.3.0-SNAPSHOT.jar"]