FROM mcr.microsoft.com/dotnet/aspnet:9.0 COPY ../../artifacts/api /app WORKDIR /app EXPOSE 80 ENTRYPOINT ["dotnet", "api.dll"]