Initial commit

This commit is contained in:
2022-07-06 21:35:05 +02:00
commit b2494052ff
97220 changed files with 2449256 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
COPY ["./publish", "."]
ENTRYPOINT ["dotnet", "Gos.Web.dll"]