This commit is contained in:
parent
388762f34f
commit
557a74ca21
@ -1,5 +1,8 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||
|
||||
RUN apt-get install -y libfreetype6
|
||||
RUN apt-get install -y libfontconfig1
|
||||
|
||||
ADD dist /app
|
||||
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user