fix: /usr/bin path permissions for docker

This commit is contained in:
Harshavardhana
2024-09-01 04:25:07 -07:00
parent 7a34c88d73
commit f05641c3c6
6 changed files with 10 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
FROM minio/minio:latest
RUN chmod 1777 /usr/bin
COPY ./minio /usr/bin/minio
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh