Connecting a Frontend to a Backend Tutorial.

This commit is contained in:
Jeff Mendoza
2016-12-12 11:31:31 -08:00
parent 2662a4a20e
commit 1739a02841
11 changed files with 359 additions and 0 deletions
@@ -0,0 +1,7 @@
Build hello go binary first
go build -tags netgo -ldflags "-extldflags '-lm -lstdc++ -static'" .
Then build docker image
docker build -t hello .