mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update Dockerfile
This commit is contained in:
parent
ebf2f7cf80
commit
f1d963b05e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ LABEL project="petclinic"
|
|||
LABEL author="bhanu"
|
||||
|
||||
EXPOSE 8080
|
||||
ARG artifact=target/*.ja
|
||||
ARG artifact=target/*.jar
|
||||
|
||||
COPY ${artifact} /spring-petclinic.jar
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "/spring-petclinic.jar"]
|
||||
ENTRYPOINT ["java", "-jar", "/spring-petclinic.jar"]
|
||||
|
|
Loading…
Reference in a new issue