mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Created Dockerfile
This commit is contained in:
parent
e280d12144
commit
c3837b9023
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM anapsix/alpine-java
|
||||||
|
LABEL maintainer="kelvinvenanciosoares@gmail.com"
|
||||||
|
COPY /target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar /home/spring-petclinic-2.1.0.jar
|
||||||
|
CMD ["java","-jar","/home/spring-petclinic-2.1.0.jar"]
|
Loading…
Reference in a new issue