This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice-dockerfile-licenses in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
commit 9cda1d7dd7afd601c12666ccb36d202c2c49bc4c Author: Twice <[email protected]> AuthorDate: Thu Jul 11 18:56:10 2024 +0900 Copy licenses to Dockerfile --- 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
