mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-16 15:45:06 +00:00
6 lines
48 B
Docker
6 lines
48 B
Docker
FROM scratch
|
|
|
|
COPY minio /minio
|
|
|
|
CMD ["/minio"]
|