Fixed permissions

This commit is contained in:
Vladimir Levin 2023-08-06 17:22:19 +09:00
parent 22bd84f71e
commit 31cc74168f
2 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ RUN chmod +x $HOME/minio-binaries/mc
RUN export PATH=$PATH:$HOME/minio-binaries/
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0
entrypoint.sh Normal file → Executable file
View File