summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-13 07:11:29 -0400
committerdglFromAtt <dgl@research.att.com>2018-03-13 15:45:00 -0400
commit0113d283d1a1eb9e1f824e33eaf1a33711155b0d (patch)
tree13ee9e103e81a08280657748a3bf61db4092e9e8 /Dockerfile
parent233bc1907cc52c26f67b69c3234ba42931c14a2f (diff)
Fixes to pom and Dockerfile to create image
remove skip.docker.build and skip.docker.push to true to build on verify step added nexus-staging-maven-plugin removed executions in com.spotify section Change-Id: I1efab2f325b6faa66c1736447b53c23501733795 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-327 Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2311ad2..cce023e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ RUN \
WORKDIR ${insdir}
USER root
COPY target/buscontroller.jar ${insdir}/lib/
-COPY target/dependency/*.jar ${insdir}/lib/
+# COPY target/dependency/*.jar ${insdir}/lib/
# COPY src/main/resources/log4j.properties ${insdir}/etc/
# COPY www/ ${insdir}/www/
# COPY target/site/apidocs/ ${insdir}/www/doc/