From e36a970232174fcb4dc4aecf3d6522f7364d6425 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Fri, 29 Jan 2021 15:43:31 +0100 Subject: Add files processing config provider - Add system variables provider - Add junit tests Issue-ID: DCAEGEN2-2600 Signed-off-by: Joanna Jeremicz Change-Id: Ib045270033f8f5ccbd99fc5ae30d0efa9a911a95 --- src/main/resources/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources') 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 -- cgit 1.2.3-korg