forked from TrueCloudLab/frostfs-aio
[#44] Update binaries copy in Dockerfile.local
issue-creds.sh was not copied in Dockerfile.local Thus `make s3cred` don't work
This commit is contained in:
parent
d83d797cef
commit
e1b048c013
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue