minio/Dockerfile.cicd

4 lines
56 B
Docker

FROM minio/minio:edge
CMD ["minio", "server", "/data"]