finisshing

This commit is contained in:
Ske087
2025-01-25 20:34:27 +02:00
parent fda07c701d
commit 64b8f5392a
8 changed files with 7 additions and 2 deletions

View File

@@ -51,6 +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
# Make port 5000 available to the world outside this container
EXPOSE 5000