ci: implements jenkins deploy

This commit is contained in:
2026-02-21 10:47:21 +01:00
parent 4e72e6da77
commit 0893f83593

View File

@@ -9,7 +9,7 @@ COPY . .
RUN mvn clean package -DskipTests RUN mvn clean package -DskipTests
# Stage 2: Run # Stage 2: Run
FROM openjdk:21-jdk FROM eclipse-temurin:21-jdk
WORKDIR /app WORKDIR /app
COPY --from=build /app/bootstrap/target/*.jar app.jar COPY --from=build /app/bootstrap/target/*.jar app.jar
EXPOSE 80 EXPOSE 80