The very basic web app is created in Go
package main import( "fmt" "net/http" "os" ) func hostHandler(w http.Response
Try change line in your Dockerfile
COPY webapp /webapp