FROM mcr.microsoft.com/dotnet/runtime:5.0 AS base WORKDIR /app COPY ./publish . ENTRYPOINT [ "dotnet","AppDemo.dll" ]