uploade finalized

This commit is contained in:
2025-05-15 12:54:05 +03:00
parent ebb9bf4583
commit 1f772798fb
5 changed files with 66 additions and 33 deletions

View File

@@ -58,6 +58,7 @@ COPY --from=build /root/.cargo /root/.cargo
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install gunicorn
RUN apt-get update && apt-get install -y libreoffice poppler-utils
# Make port 5000 available to the world outside this container
EXPOSE 5000