We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163aa22 commit 594af30Copy full SHA for 594af30
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /src
7
COPY . .
8
9
# Restore and publish the application as a self-contained executable
10
-RUN dotnet publish -c Release -o /app/publish --runtime win-x64 --self-contained true
+RUN dotnet publish src/WinHome.csproj -c Release -o /app/publish --runtime win-x64 --self-contained true
11
12
# Final image - using a fuller Windows image for better compatibility with package managers
13
FROM mcr.microsoft.com/windows/server:ltsc2022 AS final
0 commit comments