/go-web-demo

Demo container of a web app written in golang

Primary LanguageGo

Go Web Demo

Demo container of a web app written in golang

build the container

make build

run the application locally

make run

push the image to docker hub

make push