We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7430f40 + fcb6d8c commit 8aacfb7Copy full SHA for 8aacfb7
Dockerfile
@@ -1,6 +1,6 @@
1
FROM maven:3-eclipse-temurin-11 as maven
2
# Build the source using maven, source is copied from the 'repo' build.
3
-ADD . /usr/src/OBP-API
+COPY . /usr/src/OBP-API
4
RUN cp /usr/src/OBP-API/obp-api/pom.xml /tmp/pom.xml # For Packaging a local repository within the image
5
WORKDIR /usr/src/OBP-API
6
RUN cp obp-api/src/main/resources/props/test.default.props.template obp-api/src/main/resources/props/test.default.props
0 commit comments