Fix Docker build issue 26/112826/1 1.4.1
authorJoeOLeary <joseph.o.leary@est.tech>
Thu, 17 Sep 2020 13:11:44 +0000 (14:11 +0100)
committerJoeOLeary <joseph.o.leary@est.tech>
Thu, 17 Sep 2020 13:12:04 +0000 (14:12 +0100)
Issue-ID: DCAEGEN2-2437
Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
src/main/resources/Dockerfile

index f0f827d..981c6e6 100644 (file)
@@ -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