feat: add images in README

This commit is contained in:
2025-02-19 16:57:23 +08:00
parent 58deabb023
commit 1f83946607
6 changed files with 71 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0
RUN apt update
RUN apt install libfontconfig1 -y
WORKDIR /App
COPY bin/Release/net8.0/publish .
COPY bin/Release/net9.0/publish .
ENTRYPOINT ["dotnet", "Canon.Server.dll"]