Dockerfile parent pom bauen
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m53s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m53s
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM maven:3.9-eclipse-temurin-21 AS build
|
FROM maven:3.9-eclipse-temurin-21 AS build
|
||||||
|
COPY . /productdefinitions
|
||||||
WORKDIR /productdefinitions
|
WORKDIR /productdefinitions
|
||||||
|
|
||||||
RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omdsservicedefinitions.git /tmp/lib \
|
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
|
COPY src ./src
|
||||||
RUN ls -la
|
RUN ls -la
|
||||||
COPY . .
|
|
||||||
|
|
||||||
RUN mvn clean package -DskipTests
|
RUN mvn clean package -DskipTests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user