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 . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install gunicorn 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 # Make port 5000 available to the world outside this container
EXPOSE 5000 EXPOSE 5000

Binary file not shown.

2
app.py
View File

@@ -495,7 +495,7 @@ def clean_unused_files():
os.remove(file_path) os.remove(file_path)
flash('Unused files have been cleaned.', 'success') flash('Unused files have been cleaned.', 'success')
return redirect(url_for('admin') return redirect(url_for('admin'))
@app.context_processor @app.context_processor
def inject_theme(): def inject_theme():

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.