mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
add Dockerfile
This commit is contained in:
parent
010b325692
commit
321d3286c8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN gradle clean bootJar
|
|||
FROM docker.io/library/eclipse-temurin:11-jre-focal AS app
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/build/libs/spring-petclinic-2.7.3.jar .
|
||||
COPY --from=build /app/build/libs/spring-petclinic-*.jar spring.petclinic.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
Loading…
Reference in a new issue