This commit is contained in:
2023-08-09 13:03:46 +08:00
parent 6ff6f772ef
commit ad897f90ea
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,6 @@
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"]