From 3be73c004a75f4f6d0a8aaee330ff6e9183f65c5 Mon Sep 17 00:00:00 2001 From: A-hash-bit <58227483+A-hash-bit@users.noreply.github.com> Date: Wed, 10 Aug 2022 16:55:58 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d113525cb..51e8000b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM anapsix/alpine-java LABEL maintainer="amar@gmail.com" -COPY ./target/spring-petclinic-2.7.0-SNAPSHOT.jar /home +COPY /target/spring-petclinic-2.7.0-SNAPSHOT.jar /home CMD ["java","-jar","/home/spring-petclinic-2.7.0-SNAPSHOT.jar"]