feat: fase 3 — export PDF con reportlab + /export command
Build & Deploy ResearchOwl / build-and-push (push) Successful in 1m2s

This commit is contained in:
ChemaVX
2026-05-04 12:57:21 +00:00
parent c33bb5337d
commit 4c7f5b521b
5 changed files with 198 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
gcc g++ \
libxml2-dev libxslt-dev \
libfreetype6-dev \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .