Skip to content

Commit

Permalink
update fprocess template for multi-stage
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Page <[email protected]>
  • Loading branch information
rorpage authored and alexellis committed Sep 8, 2017
1 parent cca2217 commit 3a2e814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func DeployFunction(fprocess string, gateway string, functionName string, image
} else if language == "ruby" {
fprocessTemplate = "ruby index.rb"
} else if language == "csharp" {
fprocessTemplate = "dotnet ./bin/Debug/netcoreapp2.0/root.dll"
fprocessTemplate = "dotnet ./root.dll"
}

gateway = strings.TrimRight(gateway, "/")
Expand Down

0 comments on commit 3a2e814

Please sign in to comment.