mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
* MinIO CLI and Releaser. * Fix goreleaser * Build docker properly. tags for kqueue on mac * Dockerfile for release * Fix docker release
7 lines
102 B
Docker
7 lines
102 B
Docker
FROM scratch
|
|
MAINTAINER MinIO Development "dev@min.io"
|
|
EXPOSE 9090
|
|
COPY mcs /mcs
|
|
|
|
ENTRYPOINT ["/mcs"]
|