Dockerfile parent pom bauen
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m53s

This commit is contained in:
2026-01-29 16:55:08 +01:00
parent f51d2ff515
commit 1a30692b35

View File

@@ -1,4 +1,5 @@
FROM maven:3.9-eclipse-temurin-21 AS build
COPY . /productdefinitions
WORKDIR /productdefinitions
RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omdsservicedefinitions.git /tmp/lib \
@@ -7,7 +8,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
COPY src ./src
RUN ls -la
COPY . .
RUN mvn clean package -DskipTests