mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
chore: test
This commit is contained in:
parent
a984e53c6d
commit
859a609f1f
1 changed files with 9 additions and 0 deletions
|
@ -9,3 +9,12 @@ FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f
|
||||||
ENV PORT 8080
|
ENV PORT 8080
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build/libs/*jar .
|
COPY --from=builder /app/build/libs/*jar .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue