mirror of
https://github.com/pgsty/minio.git
synced 2026-03-11 21:54:33 +01:00
6 lines
48 B
Docker
6 lines
48 B
Docker
FROM scratch
|
|
|
|
COPY minio /minio
|
|
|
|
CMD ["/minio"]
|