Just copy func file

This commit is contained in:
James Jeffrey
2017-07-07 10:15:05 -07:00
parent 4bac217847
commit b175dcf291

View File

@@ -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/",
}
}