Fixed stuff

This commit is contained in:
2025-11-11 22:42:14 +01:00
parent e3218af147
commit ec9f14c9e7
4 changed files with 20 additions and 5 deletions

View File

@@ -8,7 +8,14 @@ RUN npm install
COPY . .
RUN apt-get update && apt-get install -y fontconfig
#Installing fonts
RUN apt-get update || true
RUN apt-get install -y --no-install-recommends \
gnupg \
ca-certificates \
fontconfig || true
RUN mkdir -p /usr/local/share/fonts/truetype/fredoka
COPY ./wwwroot/assets/fonts/Fredoka/fredoka.ttf /usr/local/share/fonts/truetype/fredoka/fredoka.ttf
RUN fc-cache -fv