Update Dockerfile

This commit is contained in:
A-hash-bit 2022-08-10 16:52:40 +05:30 committed by GitHub
parent a3679bd405
commit 761488c980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM anapsix/alpine-java
LABEL maintainer="amar@gmail.com"
COPY target/*.jar /home
COPY ./target/spring-petclinic-2.7.0-SNAPSHOT.jar /home
CMD ["java","-jar","/home/spring-petclinic-2.7.0-SNAPSHOT.jar"]