This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git


The following commit(s) were added to refs/heads/unstable by this push:
     new eb6a6d7  Copy licenses to Dockerfile (#193)
eb6a6d7 is described below

commit eb6a6d716fc5252c22937e90b0a3062bce779fdf
Author: Twice <[email protected]>
AuthorDate: Thu Jul 11 19:02:55 2024 +0900

    Copy licenses to Dockerfile (#193)
---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 08ba370..17dc6b3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,8 +36,7 @@ COPY --from=build /kvctl/_build/kvctl ./bin/
 
 VOLUME /var/lib/kvctl
 
-COPY ./LICENSE ./
-COPY ./NOTICE ./
+COPY ./LICENSE ./NOTICE ./licenses ./
 COPY ./config/config.yaml /var/lib/kvctl/
 
 EXPOSE 9379:9379

Reply via email to