﻿FROM mcr.microsoft.com/dotnet/runtime:7.0
COPY ["./bin/Release/net7.0/publish", "."]
ENTRYPOINT ["dotnet", "ShoppingCart.dll"]
