TIM

Results 1 issues of TIM

Dear All. I can not containerize .NET Web Api project in Visual Studio 2022.Below is my dockerfile: ``` FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base WORKDIR /app EXPOSE 80 FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build...