Update Dockerfile

This commit is contained in:
senatorovv 2023-07-12 12:24:10 +04:00 committed by GitHub
parent 01a9c7a68f
commit 32e9bce2e5
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="shanem@liatrio.com"
COPY /target/spring-petclinic-3.1.0.jar /home/spring-petclinic-3.1.0.jar
COPY /target/spring-petclinic-3.1.0-SNAPSHOT.jar /home/spring-petclinic-3.1.0.jar
CMD ["java","-jar","/home/spring-petclinic-3.1.0.jar"]