This commit is contained in:
2026-07-24 13:14:49 +02:00
parent 8c42077112
commit f5154a87e0
78 changed files with 4474 additions and 453 deletions
-1
View File
@@ -1,5 +1,4 @@
FROM maven:3.9.16-amazoncorretto-25 AS builder
COPY settings.xml /usr/share/maven/conf/settings.xml
WORKDIR /build
COPY pom.xml .
RUN mvn dependency:go-offline -B