Fix PDF font loading for project overview reports

This commit is contained in:
wkc
2026-05-08 10:51:42 +08:00
parent 37e17ac903
commit 3ef45bc398
13 changed files with 416 additions and 41 deletions

View File

@@ -2,6 +2,10 @@ FROM eclipse-temurin:21-jre-jammy
WORKDIR /app
RUN apt-get update \
&& apt-get install -y --no-install-recommends fontconfig fonts-wqy-microhei \
&& rm -rf /var/lib/apt/lists/*
COPY backend/ruoyi-admin.jar /app/ruoyi-admin.jar
RUN mkdir -p /app/data/ruoyi /app/logs