We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ee5df commit 8357491Copy full SHA for 8357491
1 file changed
application/CohortManager/src/Functions/screeningDataServices/ReferenceDataUpdater/Dockerfile
@@ -5,7 +5,7 @@ COPY ./screeningDataServices/ReferenceDataUpdater /app/src/dotnet-function-app
5
WORKDIR /app/src/dotnet-function-app
6
7
RUN --mount=type=cache,target=/root/.nuget/packages \
8
- dotnet publish *.csproj --output /home/site/wwwroot
+ dotnet publish ./*.csproj --output /home/site/wwwroot
9
10
# To enable ssh & remote debugging on app service change the base image to the one below
11
# FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-appservice
@@ -14,3 +14,4 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
14
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
15
16
COPY --from=function ["/home/site/wwwroot", "/home/site/wwwroot"]
17
+
0 commit comments