Update Dockerfile

This commit is contained in:
A-hash-bit 2022-08-10 16:31:50 +05:30 committed by GitHub
parent 3cab8e22ff
commit 5cab8c9205
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/spring-petclinic-2.7.0-SNAPSHOT.jar /home
COPY */*.jar /home
CMD ["java","-jar","/home/spring-petclinic-2.7.0-SNAPSHOT.jar"]