overflow_gateway_probe/build.sh
2017-11-23 19:33:19 +09:00

4 lines
201 B
Bash
Executable File

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 .