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,13 @@ type DotNetLangHelper struct {
|
||||
BaseHelper
|
||||
}
|
||||
|
||||
func (lh *DotNetLangHelper) BuildFromImage() string {
|
||||
return "microsoft/dotnet:1.0.1-sdk-projectjson"
|
||||
}
|
||||
func (lh *DotNetLangHelper) RunFromImage() string {
|
||||
return "microsoft/dotnet:runtime"
|
||||
}
|
||||
|
||||
func (lh *DotNetLangHelper) Entrypoint() string {
|
||||
return "dotnet dotnet.dll"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user