mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
1cfd2755d3
commit
c18729ffad
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM openjdk:16-alpine3.13
|
||||
WORKDIR /app
|
||||
COPY /var/lib/jenkins/workspace/petpetpet_main/target/spring-petclinic-2.4.5.jar .
|
||||
COPY target/spring-petclinic-2.4.5.jar .
|
||||
CMD [ "java" ]
|
||||
ENTRYPOINT [ "-jar spring-petclinic-2.4.5.jar" ]
|
||||
|
|
Loading…
Reference in a new issue