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 a953583 commit a549ce0Copy full SHA for a549ce0
sample-apps/dotnet/asp_frontend_service/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/dotnet/sdk:8.0-windowsservercore-ltsc2022 AS build-env
2
WORKDIR /app
3
COPY . ./
4
-RUN dotnet publish *.csproj -c Release -o out
+RUN dotnet publish asp_frontend_service.csproj -c Release -o out
5
6
FROM mcr.microsoft.com/dotnet/aspnet:8.0-windowsservercore-ltsc2022
7
sample-apps/dotnet/asp_remote_service/Dockerfile
+RUN dotnet publish asp_remote_service.csproj -c Release -o out
0 commit comments