PDF변환 추가

This commit is contained in:
root
2026-05-07 17:45:54 +09:00
parent c3cb7a6e8f
commit 148d8b3483
9 changed files with 960 additions and 189 deletions

View File

@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
libegl1 \
wget \
curl \
openjdk-21-jre-headless \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app