Fix docker support

This commit is contained in:
Frederick F. Kautz IV
2015-05-01 15:23:33 -07:00
parent 1f3dd2374c
commit 7cf86e6114
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ RUN apt-get remove -y build-essential curl git && \
EXPOSE 9000 9001
CMD ["sh", "-c", "${GOPATH}/bin/minio"]
CMD ["sh", "-c", "${GOPATH}/bin/minio mode memory 2G"]