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 f75d75c commit 8e602a6Copy full SHA for 8e602a6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:8.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0
2
3
WORKDIR /dotnetapp
4
@@ -10,8 +10,8 @@ COPY RelistenApi/ .
10
11
RUN dotnet publish /p:Configuration=Release
12
13
-RUN test -f bin/net8.0/publish/RelistenApi.dll
+RUN test -f bin/net9.0/publish/RelistenApi.dll
14
15
EXPOSE 3823
16
17
-ENTRYPOINT ["dotnet", "bin/net8.0/publish/RelistenApi.dll"]
+ENTRYPOINT ["dotnet", "bin/net9.0/publish/RelistenApi.dll"]
0 commit comments