aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-13 16:46:49 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-14 10:07:15 -0400
commit2d27954676842e1562c18ec28ca4fb8c13899cb4 (patch)
tree57a07d18fffe88fa396dddadab9091b9de4abd97 /Dockerfile
parenta1b35e204bc28b4120005faa1e165c96eb112d69 (diff)
Fixing naming mismatch in Dockerfile
Change-Id: I397b43ff59f2714cde6e292dec44e7cd3635c911 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bdc8959..373a61a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,4 +42,4 @@ RUN chmod 700 /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
RUN mkdir -p /opt/chameleon
-COPY target/chameleon-*-jar-with-dependencies.jar /opt/chameleon
+COPY target/chameleon*.jar /opt/chameleon