mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Just copy func file
This commit is contained in:
@@ -31,7 +31,7 @@ func (h *GoLangHelper) DockerfileBuildCmds() []string {
|
|||||||
|
|
||||||
func (h *GoLangHelper) DockerfileCopyCmds() []string {
|
func (h *GoLangHelper) DockerfileCopyCmds() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"COPY --from=build-stage /go/src/func/ /function/",
|
"COPY --from=build-stage /go/src/func/func /function/",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user