Fix docker file to use binary endpoint. (#3180)

This commit is contained in:
Harshavardhana
2016-11-04 18:25:30 -07:00
committed by Anand Babu (AB) Periasamy
parent eb1bc67db1
commit bf3c93a8cc
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package main
package main // import "github.com/minio/minio"
import minio "github.com/minio/minio/cmd"