make minio binary executable
This commit is contained in:
parent
49dda35358
commit
dba89a678c
|
@ -70,6 +70,7 @@ WORKDIR /minio
|
||||||
|
|
||||||
# a 2022 version of minio that supports gateway mode
|
# a 2022 version of minio that supports gateway mode
|
||||||
COPY scripts/resources/minio /minio
|
COPY scripts/resources/minio /minio
|
||||||
|
RUN chmod +x minio
|
||||||
|
|
||||||
# handles the installation of minio in non-aas environments
|
# handles the installation of minio in non-aas environments
|
||||||
COPY scripts/install-minio.sh ./install.sh
|
COPY scripts/install-minio.sh ./install.sh
|
||||||
|
|
Loading…
Reference in New Issue