fix references to .NET 9 and dll name.

This commit is contained in:
Kevin Matsubara 2026-03-15 14:11:58 +01:00
parent 7c0270e70d
commit c6cbd06d06

View File

@ -1,4 +1,5 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0
WORKDIR /app
COPY publish/ .
ENTRYPOINT ["dotnet", "MyApi.dll"]
ENV ASPNETCORE_URLS=http://+:80
ENTRYPOINT ["dotnet", "MusicAPI.dll"]