FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY ./DotnetTestLib/bin/Release/net9.0/ /app
WORKDIR /app
CMD ["DotnetTestLib"]