ddd-dotnet-core/Dockerfile.debug

4 lines
135 B
Docker
Raw Permalink Normal View History

2020-04-11 23:36:20 +00:00
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
COPY app/ app/
ENTRYPOINT ["dotnet", "vstest", "--logger:trx", "app/VegetableShop.*Tests*"]