diff --git a/fn/langs/go.go b/fn/langs/go.go index b9d438ccd..264ea80cc 100644 --- a/fn/langs/go.go +++ b/fn/langs/go.go @@ -31,7 +31,7 @@ func (h *GoLangHelper) DockerfileBuildCmds() []string { func (h *GoLangHelper) DockerfileCopyCmds() []string { return []string{ - "COPY --from=build-stage /go/src/func/ /function/", + "COPY --from=build-stage /go/src/func/func /function/", } }