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 c85d805 commit d935df2Copy full SHA for d935df2
Dockerfile
@@ -27,7 +27,7 @@ COPY . ./
27
RUN dotnet build Emulsion.MessageArchive.Frontend # required to publish the frontend resources
28
RUN dotnet publish Emulsion -c Release -o /app/out
29
30
-FROM mcr.microsoft.com/dotnet/aspnet:9.0
+FROM mcr.microsoft.com/dotnet/aspnet:10.0
31
WORKDIR /app
32
COPY --from=build-env /app/out .
33
ENTRYPOINT ["dotnet", "Emulsion.dll"]
0 commit comments