This commit is contained in:
Minho
2017-05-03 17:54:17 +08:00
parent 3aa32a3abb
commit e457408126
2 changed files with 2 additions and 7 deletions

View File

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