mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Moving dep builds into Dockerfile and multi-stage builds.
This commit is contained in:
committed by
Denis Makogon
parent
0276a1c156
commit
f628e39490
@@ -9,6 +9,9 @@ type RustLangHelper struct {
|
||||
BaseHelper
|
||||
}
|
||||
|
||||
func (lh *RustLangHelper) BuildFromImage() string {
|
||||
return "funcy/rust:dev"
|
||||
}
|
||||
func (lh *RustLangHelper) Entrypoint() string {
|
||||
return "/function/target/release/func"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user