Changes to ZK config generation

Issue-ID: DMAAP-888
Change-Id: I7778fb010133b322edf13db4ddb6deab60c5e358
Signed-off-by: sunil unnava <sunil.unnava@att.com>
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index 960cb37..765dc9a 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -41,7 +41,7 @@
     && rm -rf /var/lib/apt/lists/*
 
 # Copy configuration generator script to bin
-COPY zkGenConfig.sh zkOk.sh zkMetrics.sh /opt/zookeeper/bin/
+COPY scripts /opt/zookeeper/bin/
 
 # Create a user for the zookeeper process and configure file system ownership
 # for necessary directories and symlink the distribution as a user executable