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.
2 parents e9fd98c + 56ab41f commit 2846fa3Copy full SHA for 2846fa3
Dockerfile
@@ -16,7 +16,7 @@ RUN dotnet restore MiddleMail.Server/MiddleMail.Server.csproj
16
17
RUN dotnet publish MiddleMail.Server/MiddleMail.Server.csproj -c Release -o out
18
19
-FROM mcr.microsoft.com/dotnet/aspnet:6. AS runtime
+FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS runtime
20
WORKDIR /app
21
COPY --from=build /app/src/out ./
22
ENTRYPOINT ["dotnet", "MiddleMail.Server.dll"]
0 commit comments