mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
20240625_113441
This commit is contained in:
parent
be18126de4
commit
6ac8535ef0
2 changed files with 3 additions and 2 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
scr*.sh
|
|
@ -1,7 +1,7 @@
|
||||||
FROM gradle:jdk22-jammy as builder
|
FROM gradle:jdk22-jammy as builder
|
||||||
COPY . /home/gradle/source
|
COPY . /home/gradle/source
|
||||||
WORKDIR /home/gradle/source
|
WORKDIR /home/gradle/source
|
||||||
RUN gradle build --stacktrace
|
RUN gradle build --stacktrace --no-daemon
|
||||||
|
|
||||||
FROM openjdk:24-slim-bullseye
|
FROM openjdk:24-slim-bullseye
|
||||||
COPY --from=builder /home/gradle/source/build/libs/spring-petclinic-3.3.0.jar /app/
|
COPY --from=builder /home/gradle/source/build/libs/spring-petclinic-3.3.0.jar /app/
|
||||||
|
|
Loading…
Reference in a new issue