Fixed permissions
This commit is contained in:
parent
22bd84f71e
commit
31cc74168f
|
@ -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"]
|
Loading…
Reference in New Issue