lightwalletd/build.sh

5 lines
154 B
Bash
Raw Permalink Normal View History

2020-06-25 21:31:33 -07:00
#!/bin/bash
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' cmd/server/main.go
docker build --tag lightwalletd:latest -f docker/Dockerfile .