feat: add images in README
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user