Added MinIO
This commit is contained in:
7
minio/mc/Dockerfile
Normal file
7
minio/mc/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user