From e1b048c01387a037d7b9fc7fd66c3ffd4307034d Mon Sep 17 00:00:00 2001 From: Nikita Zinkevich Date: Wed, 11 Sep 2024 15:06:43 +0300 Subject: [PATCH] [#44] Update binaries copy in Dockerfile.local issue-creds.sh was not copied in Dockerfile.local Thus `make s3cred` don't work --- Dockerfile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.local b/Dockerfile.local index e10b6b8..a463d30 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -18,6 +18,7 @@ COPY ./bin/frostfs-node /usr/bin/frostfs-node COPY ./bin/frostfs-s3-gw /usr/bin/frostfs-s3-gw COPY ./bin/frostfs-s3-authmate /usr/bin/frostfs-s3-authmate COPY ./bin/frostfs-http-gw /usr/bin/frostfs-http-gw +COPY ./bin/issue-creds.sh /usr/bin/issue-creds.sh COPY ./adm/frostfs-adm.yml /config/frostfs-adm.yml COPY ./ir/cli-cfg.yaml /config/cli-cfg-ir.yaml