From fcb6d8c77df61f5d539921198d44e8d28d9a06da Mon Sep 17 00:00:00 2001 From: tawoe Date: Mon, 7 Apr 2025 12:39:35 +0200 Subject: [PATCH] fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d513791f7..55a6d87f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM maven:3-eclipse-temurin-11 as maven # Build the source using maven, source is copied from the 'repo' build. -ADD . /usr/src/OBP-API +COPY . /usr/src/OBP-API RUN cp /usr/src/OBP-API/obp-api/pom.xml /tmp/pom.xml # For Packaging a local repository within the image WORKDIR /usr/src/OBP-API RUN cp obp-api/src/main/resources/props/test.default.props.template obp-api/src/main/resources/props/test.default.props