FROM golang:1.13 RUN go get -u github.com/johndoe/mywebserver/template/... WORKDIR /app COPY . . RUN go install . CMD ["/app/myweb"]