From eb8dc550d74f70b8f88075ce571a190a4185acfc Mon Sep 17 00:00:00 2001 From: prasannakumar Date: Tue, 25 Jun 2024 10:42:15 +0530 Subject: [PATCH] added docker stage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f220f25ff..2b2e4c73e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM openjdk:17-jdk-alpine WORKDIR /app # Copy the JAR file from the host machine to the container -COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar . +COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar spring-petclinic-3.3.0-SNAPSHOT.jar # Expose the port your application runs on