Files
website/docs/tutorials/connecting-apps/hello/README
T
2017-01-27 15:46:57 -08:00

8 lines
156 B
Plaintext

Build hello go binary first
go build -tags netgo -ldflags "-extldflags '-lm -lstdc++ -static'" .
Then build docker image
docker build -t hello .