mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
fix Dockerfile
This commit is contained in:
parent
7430f40ca8
commit
fcb6d8c77d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user