-pl flag für maven start befehl hinzugefügt
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m4s

This commit is contained in:
2026-01-30 13:04:21 +01:00
parent 58957b584b
commit e256a30b33

View File

@@ -11,7 +11,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
COPY . .
RUN mvn install -N
RUN mvn server-app clean package
RUN mvn -pl server-app clean package
FROM eclipse-temurin:21-jre-alpine
WORKDIR /productdefinitions