Update Dockerfile

pull/85/head
韩亮 2017-06-21 17:47:39 +08:00 committed by GitHub
parent 20393ff037
commit a47cff5657
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN chmod +x start.sh
RUN go get -d ./... && \
go get github.com/mitchellh/gox
RUN brew install glide
RUN glide install
RUN go build -ldflags "-w"
CMD ["./start.sh"]