mirror of
https://github.com/minio/minio.git
synced 2025-12-18 21:56:06 -05:00
5 lines
48 B
Docker
5 lines
48 B
Docker
FROM scratch
|
|
|
|
COPY minio /minio
|
|
|
|
CMD ["/minio"]
|