We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126b0fb commit 902c7aaCopy full SHA for 902c7aa
examples/net8.0/aspnetcore/Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /source
9
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
10
11
RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages \
12
- dotnet publish "examples/net8.0/aspnetcore/aspnetcore.csproj" --arch "${TARGETARCH}" --configuration "${CONFIGURATION}" --output /app "${DOTNET_PUBLISH_ARGS}"
+ dotnet publish "examples/net8.0/aspnetcore/aspnetcore.csproj" --arch "${TARGETARCH}" --configuration "${CONFIGURATION}" --output /app ${DOTNET_PUBLISH_ARGS}
13
14
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS final
15
WORKDIR /app
0 commit comments