From: sunil unnava Date: Thu, 22 Nov 2018 00:40:03 +0000 (-0500) Subject: Changes to ZK config generation X-Git-Tag: 1.0.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1fd255aebfc8bff0568e440eff9fed6145733d6b;p=dmaap%2Fzookeeper.git Changes to ZK config generation Issue-ID: DMAAP-888 Change-Id: I7778fb010133b322edf13db4ddb6deab60c5e358 Signed-off-by: sunil unnava --- 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 @@ RUN set -x \ && 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