- Temporarily remove PartnerRagRetriever model (as it is not used yet)

- Ensure errors are being logged when migrating tenants
- Ensure migrations directory is copied into eveai_app
This commit is contained in:
Josako
2025-10-23 10:17:57 +02:00
parent 59febb7fbb
commit 2bc5832db6
3 changed files with 22 additions and 17 deletions

View File

@@ -2,3 +2,4 @@ FROM registry.ask-eve-ai-local.com/josakola/eveai-base:latest
# Copy the source code into the container.
COPY eveai_app /app/eveai_app
COPY content /app/content
COPY migrations /app/migrations