From 5b91ae0c5228cba41fb8c4f54073006a6dba55c5 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:03:00 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41a2f7a13..51e8000b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM anapsix/alpine-java LABEL maintainer="amar@gmail.com" -ADD /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"]