website/docs/tutorials/connecting-apps/hello
Jeff Mendoza 1739a02841 Connecting a Frontend to a Backend Tutorial. 2017-01-27 15:46:57 -08:00
..
Dockerfile Connecting a Frontend to a Backend Tutorial. 2017-01-27 15:46:57 -08:00
README Connecting a Frontend to a Backend Tutorial. 2017-01-27 15:46:57 -08:00
main.go Connecting a Frontend to a Backend Tutorial. 2017-01-27 15:46:57 -08:00

README

Build hello go binary first

    go build -tags netgo -ldflags "-extldflags '-lm -lstdc++ -static'" .

Then build docker image

    docker build -t hello .