mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: the permissions one more time on /usr/bin
fixes https://github.com/minio/operator/issues/2319
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM minio/minio:latest
|
||||
|
||||
RUN chmod 1777 /usr/bin
|
||||
RUN chmod -R 777 /usr/bin
|
||||
|
||||
COPY ./minio /usr/bin/minio
|
||||
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user