diff options
author | 2021-01-29 15:43:31 +0100 | |
---|---|---|
committer | 2021-02-09 07:44:39 +0100 | |
commit | e36a970232174fcb4dc4aecf3d6522f7364d6425 (patch) | |
tree | 7f48a40e2d3829dca71540c285e64576b44dbba1 /src/main/resources/Dockerfile | |
parent | 5e694ba1575828a51704d2804471918ab5280aa1 (diff) |
Add files processing config provider
- Add system variables provider
- Add junit tests
Issue-ID: DCAEGEN2-2600
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Ib045270033f8f5ccbd99fc5ae30d0efa9a911a95
Diffstat (limited to 'src/main/resources/Dockerfile')
-rw-r--r-- | src/main/resources/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile index 981c6e6..cfd8372 100644 --- a/src/main/resources/Dockerfile +++ b/src/main/resources/Dockerfile @@ -36,7 +36,6 @@ USER pm-mapper COPY ${project.build.directory}/${ext.dep.dir.path}/ ${ext.dep.dir.path}/ COPY ${project.build.directory}/${JAR} . - COPY ${project.build.directory}/classes/schemas ./etc/schemas/ COPY ${project.build.directory}/classes/templates ./etc/templates/ COPY --chown=pm-mapper ${project.build.directory}/classes/logback.xml ./etc/logback.xml |