mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
8a9ff2b331
remove complicated docker files just use one for all situations, if need to build master build locally using Dockerfile.dev fixes #12450
8 lines
103 B
Docker
8 lines
103 B
Docker
FROM minio/minio:latest
|
|
|
|
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
|
|
|
VOLUME ["/data"]
|
|
|
|
CMD ["minio"]
|