Initial commit
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||
COPY app/ app/
|
||||
ENTRYPOINT ["dotnet", "test", "app/"]
|
Reference in New Issue
Block a user