minio/Dockerfile.scratch
2021-09-09 22:27:33 -07:00

6 lines
48 B
Docker

FROM scratch
COPY minio /minio
CMD ["/minio"]