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

8 lines
112 B
Docker

FROM minio/minio:RELEASE.2020-04-15T00-39-01Z
EXPOSE 9000
COPY . ${WORKDIR}
CMD ["minio", "server", "/data"]