FROM microsoft/dotnet:2.1-sdk-alpine
WORKDIR /app

COPY ./Sources ./

RUN dotnet test DeStream.Stratis.Bitcoin.FullNode.sln