Update Dockerfile

This commit is contained in:
韩亮
2017-06-21 17:14:14 +08:00
committed by GitHub
parent 359d77fafe
commit cd0dafc106

View File

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