From a60b181eb993b1b7ba42bd4e9393043bc4aae70e Mon Sep 17 00:00:00 2001 From: Lihan Date: Sat, 27 Jul 2024 21:53:18 -0400 Subject: [PATCH] latest Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b665dc3df..71ebac026 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN ./mvnw clean package -Dmaven.test.skip=true RUN ls -alh /app/target/ # Copy the JAR file to the app directory -COPY /app/target/spring-petclinic-3.3.0-SNAPSHOT.jar app.jar +COPY /app/target/spring-petclinic-3.3.0-SNAPSHOT.jar.original app.jar # Run the jar file CMD ["java", "-jar", "app.jar"]