FROM mcr.microsoft.com/dotnet/aspnet:7.0.9 WORKDIR /app EXPOSE 80 ADD /Fonts/* /usr/share/fonts/ ENV LANG=C.UTF-8 ENTRYPOINT ["dotnet","RapidApp.Api.dll"]