Initial commit

This commit is contained in:
2020-04-12 01:36:20 +02:00
commit 50ffd34e07
38 changed files with 837 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
COPY app/ app/
ENTRYPOINT ["dotnet", "test", "app/"]