Run the server

This commit is contained in:
Luke Murphy 2020-03-26 11:48:36 +01:00
parent 96df6d2de8
commit 7fd085f164
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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