change
This commit is contained in:
6
docker/aspnet-cn/Dockerfile
Normal file
6
docker/aspnet-cn/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user