This repository has been archived on 2020-06-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
minio/Dockerfile
T
2020-03-26 11:37:18 +01:00

6 lines
78 B
Docker

FROM minio/minio:RELEASE.2020-03-25T07-03-04Z
EXPOSE 9000
COPY . ${WORKDIR}