updated to final version

This commit is contained in:
2025-05-16 14:25:27 +03:00
parent 8823371102
commit e07ee69c93
5 changed files with 157 additions and 59 deletions

View File

@@ -59,7 +59,7 @@ 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
RUN apt-get install ffmpeg -y
# Make port 5000 available to the world outside this container
EXPOSE 5000