mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Dockerfile
This commit is contained in:
parent
e420127d3c
commit
456e9f760b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
FROM anapsix/alpine-java
|
||||
COPY target/spring-petclinic-2.7.0-SNAPSHOT.jar spring-petclinic-2.7.0-SNAPSHOT.jar
|
||||
EXPOSE 8081
|
||||
CMD ["java","-jar","spring-petclinic-2.7.0-SNAPSHOT.jar"]
|
||||
|
|
Loading…
Reference in a new issue