Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dotnet/dockerfiles/drivers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha
FROM mohsinonxrm/azure-functions-dotnet:4

COPY ./ServerlessMicroservices.FunctionApp.Drivers/bin/Debug/netstandard2.0 /home/site/wwwroot
COPY ./ServerlessMicroservices.FunctionApp.Drivers /home/site/wwwroot
4 changes: 2 additions & 2 deletions dotnet/dockerfiles/orchestrators
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha
FROM mohsinonxrm/azure-functions-dotnet:4

COPY ./ServerlessMicroservices.FunctionApp.Orchestrators/bin/Debug/netstandard2.0 /home/site/wwwroot
COPY ./ServerlessMicroservices.FunctionApp.Orchestrators /home/site/wwwroot
4 changes: 2 additions & 2 deletions dotnet/dockerfiles/passengers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha
FROM mohsinonxrm/azure-functions-dotnet:4

COPY ./ServerlessMicroservices.FunctionApp.Passengers/bin/Debug/netstandard2.0 /home/site/wwwroot
COPY ./ServerlessMicroservices.FunctionApp.Passengers /home/site/wwwroot
4 changes: 2 additions & 2 deletions dotnet/dockerfiles/trips
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha
FROM mohsinonxrm/azure-functions-dotnet:4

COPY ./ServerlessMicroservices.FunctionApp.Trips/bin/Debug/netstandard2.0 /home/site/wwwroot
COPY ./ServerlessMicroservices.FunctionApp.Trips /home/site/wwwroot