Update Dockerfile

pull/85/head
韩亮 2017-06-21 17:14:14 +08:00 committed by GitHub
parent 359d77fafe
commit cd0dafc106
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ RUN chmod +x start.sh
RUN go get -d ./... && \
go get github.com/mitchellh/gox
RUN gox -h
RUN gox -os "windows linux darwin" -arch amd64
RUN ls
RUN gox -build-toolchain
RUN gox
CMD ["./start.sh"]