Update Dockerfile

This commit is contained in:
韩亮 2017-06-21 17:19:16 +08:00 committed by GitHub
parent cd0dafc106
commit c1b4001ba3

View File

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