FROM mcr.microsoft.com/dotnet/aspnet:7.0 RUN apt-get install -y tzdata COPY /publish /app WORKDIR /app ENTRYPOINT ["dotnet", "my-weather-api.dll"]