﻿FROM mcr.microsoft.com/dotnet/core/runtime:3.1
COPY ["./bin/Release/netcoreapp3.1/publish", "."]
ENTRYPOINT ["dotnet", "ClusterSharding.Node.dll"]
