Added MinIO

This commit is contained in:
2023-04-27 23:18:14 -07:00
parent 0e2ef14a5a
commit a02e1dc69b
15 changed files with 212 additions and 101 deletions

7
minio/mc/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
# Container image that runs your code
FROM minio/mc:RELEASE.2023-01-11T03-14-16Z
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]