Update hotfix documentation and container building

This commit is contained in:
Harshavardhana
2021-12-02 17:33:37 -08:00
parent b14527b7af
commit 20c60aae68
5 changed files with 72 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
FROM minio/minio:latest
COPY ./minio /opt/bin/minio
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
VOLUME ["/data"]