Run the server

This commit is contained in:
Luke Murphy
2020-03-26 11:48:36 +01:00
parent 96df6d2de8
commit 7fd085f164

View File

@ -3,3 +3,5 @@ FROM minio/minio:RELEASE.2020-03-25T07-03-04Z
EXPOSE 9000
COPY . ${WORKDIR}
CMD ["minio", "server"]