This repository has been archived on 2020-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
minio/Dockerfile

6 lines
78 B
Docker
Raw Normal View History

2020-03-26 10:37:18 +00:00
FROM minio/minio:RELEASE.2020-03-25T07-03-04Z
EXPOSE 9000
COPY . ${WORKDIR}