✨ Tout casser
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m40s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m40s
This commit is contained in:
parent
e60bd5d923
commit
f4d1b1c1d4
@ -3,7 +3,7 @@ WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
RUN ./gradlew clean shadowJar
|
||||
FROM eclipse-temurin:21-jre-alpine AS runner
|
||||
FROM eclipse-temurin:21-alpine AS runner
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
COPY --from=build /src/build/libs/kiss-shot-acerola.jar /app/kiss-shot-acerola.jar
|
||||
|
Loading…
Reference in New Issue
Block a user