0
ips-ad created
Hi,
We found an error in the Dockerfile.original in Zero 14.0.0 that you might want to fix :-) It still points to 8.0, but needs to point to 9.0:
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "IPSweb.Web.Host.dll"]
Best regards
1 Answer(s)
-
0
Hi @ips-ad
Thank you for your feedback. You can follow the developments in the issue here. Enjoy your work.