Fix Docker build issue

Issue-ID: DCAEGEN2-2437
Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
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}/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