2023-10-17 08:40:08 +08:00

6 lines
154 B
Docker

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"]