update-----init

This commit is contained in:
wyongk
2020-12-13 12:55:24 +08:00
parent f07f74cab2
commit 7d23c73153
1075 changed files with 404259 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base
WORKDIR /app
COPY . .
ENTRYPOINT ["dotnet", "Host.dll"]