1
0
mirror of https://github.com/minio/minio.git synced 2025-02-13 06:38:09 -05:00
minio/Dockerfile
Harshavardhana 8a9ff2b331 build edge off from latest release
remove complicated docker files just
use one for all situations, if need
to build master build locally using
Dockerfile.dev

fixes 
2021-06-05 17:17:36 -07:00

8 lines
103 B
Docker

FROM minio/minio:latest
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
VOLUME ["/data"]
CMD ["minio"]