See More

FROM microsoft/dotnet:2.1.2-aspnetcore-runtime WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "APIJSON.NET.dll"]