- Ensure errors are being logged when migrating tenants - Ensure migrations directory is copied into eveai_app
6 lines
193 B
Docker
6 lines
193 B
Docker
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
|