overflow_gateway_probe/build.sh

4 lines
201 B
Bash
Raw Normal View History

2017-11-23 10:33:19 +00:00
rm ./dist/*
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/overflow_gateway_probe
docker build -f Dockerfile -t docker.loafle.net/overflow/overflow_gateway_probe:1.0.0-alpine .