Fix SSL support, pointer indirection caused nil buffers

This commit is contained in:
Harshavardhana
2015-07-07 20:02:56 -07:00
parent f737c0540e
commit 2413a110e6
3 changed files with 4 additions and 9 deletions

View File

@@ -31,4 +31,4 @@ RUN apt-get remove -y build-essential curl git && \
EXPOSE 9000 9001
CMD ["sh", "-c", "${GOPATH}/bin/minio mode memory 2G"]
CMD ["sh", "-c", "${GOPATH}/bin/minio server"]