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,7 +5,7 @@ LABEL project="petclinic"
|
||||||
LABEL author="bhanu"
|
LABEL author="bhanu"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ARG artifact=target/*.ja
|
ARG artifact=target/*.jar
|
||||||
|
|
||||||
COPY ${artifact} /spring-petclinic.jar
|
COPY ${artifact} /spring-petclinic.jar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue