Skip to content

Commit

Permalink
Correcting in-process model tag format (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchenderson authored and khkh-ms committed Jun 17, 2024
1 parent 73be128 commit f9ca1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet8
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN cd /src/dotnet-function-app && \
dotnet publish *.csproj --output /home/site/wwwroot

# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8
# FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

Expand Down

0 comments on commit f9ca1cc

Please sign in to comment.