fix async with threads

This commit is contained in:
Matteo Rosati
2026-01-22 10:18:45 +01:00
parent 1ed452f1d9
commit 48d8ce9276
6 changed files with 98 additions and 50 deletions

View File

@@ -51,6 +51,7 @@ WORKDIR /app
# Copy application files
COPY --chown=appuser:appuser app.py .
COPY --chown=appuser:appuser llm_config.py .
COPY --chown=appuser:appuser lib.py .
COPY --chown=appuser:appuser credentials.json .
COPY --chown=appuser:appuser static ./static