mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
5cab8c9205
commit
8b49dc336d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM anapsix/alpine-java
|
||||
LABEL maintainer="amar@gmail.com"
|
||||
COPY */*.jar /home
|
||||
COPY */spring-petclinic-2.7.0-SNAPSHOT.jar.jar /home
|
||||
CMD ["java","-jar","/home/spring-petclinic-2.7.0-SNAPSHOT.jar"]
|
||||
|
|
Loading…
Reference in a new issue