Add CREDITS file in official MinIO Docker release image (#9091)

This commit is contained in:
Harshavardhana
2020-03-05 10:52:45 -08:00
committed by GitHub
parent 2f2c7d91a8
commit 7f19a9a617
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ ENV MINIO_ACCESS_KEY_FILE=access_key \
EXPOSE 9000
COPY --from=0 /go/bin/minio /usr/bin/minio
COPY CREDITS /third_party/
COPY dockerscripts/docker-entrypoint.sh /usr/bin/
RUN \