diff options
author | JoeOLeary <joseph.o.leary@est.tech> | 2020-09-17 14:11:44 +0100 |
---|---|---|
committer | JoeOLeary <joseph.o.leary@est.tech> | 2020-09-17 14:12:04 +0100 |
commit | aa6adce7fc0d89a377074fcf98fc017288ed5644 (patch) | |
tree | c7d474056fa8640fbd3ea4728f3b30f7a2079b49 | |
parent | 19396010445ea646cd7f2d64f9d6bc1673a855e0 (diff) |
Fix Docker build issue1.4.1
Issue-ID: DCAEGEN2-2437
Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
-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 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 |