updated upload functions

This commit is contained in:
2025-05-15 11:23:49 +03:00
parent de7e234da1
commit ebb9bf4583
11 changed files with 107 additions and 60 deletions

View File

@@ -58,7 +58,6 @@ 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