sinished the project

This commit is contained in:
Ske087
2025-01-25 21:54:52 +02:00
parent 64b8f5392a
commit 375ef1b877
8 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,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
RUN apt-get update && apt-get install -y libreoffice poppler-utils
# Make port 5000 available to the world outside this container
EXPOSE 5000