Skip to content

Commit 8aacfb7

Browse files
authored
Merge pull request #2522 from tawoe/dockerfile
fix Dockerfile
2 parents 7430f40 + fcb6d8c commit 8aacfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM maven:3-eclipse-temurin-11 as maven
22
# Build the source using maven, source is copied from the 'repo' build.
3-
ADD . /usr/src/OBP-API
3+
COPY . /usr/src/OBP-API
44
RUN cp /usr/src/OBP-API/obp-api/pom.xml /tmp/pom.xml # For Packaging a local repository within the image
55
WORKDIR /usr/src/OBP-API
66
RUN cp obp-api/src/main/resources/props/test.default.props.template obp-api/src/main/resources/props/test.default.props

0 commit comments

Comments
 (0)