From aa6adce7fc0d89a377074fcf98fc017288ed5644 Mon Sep 17 00:00:00 2001 From: JoeOLeary Date: Thu, 17 Sep 2020 14:11:44 +0100 Subject: Fix Docker build issue Issue-ID: DCAEGEN2-2437 Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011 Signed-off-by: JoeOLeary --- src/main/resources/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile index f0f827d..981c6e6 100644 --- a/src/main/resources/Dockerfile +++ b/src/main/resources/Dockerfile @@ -39,7 +39,6 @@ COPY ${project.build.directory}/${JAR} . COPY ${project.build.directory}/classes/schemas ./etc/schemas/ COPY ${project.build.directory}/classes/templates ./etc/templates/ -COPY ${project.build.directory}/classes/reconfigure.sh ./etc/reconfigure.sh COPY --chown=pm-mapper ${project.build.directory}/classes/logback.xml ./etc/logback.xml -- cgit 1.2.3-korg