- Adaptation of DPA and T&Cs - Refer to privacy statement as DPA, not a privacy statement - Startup of enforcing signed DPA and T&Cs - Adaptation of eveai_chat_client to ensure we retrieve correct DPA & T&Cs
7 lines
200 B
Docker
7 lines
200 B
Docker
FROM registry.ask-eve-ai-local.com/josakola/eveai-base:latest
|
|
# Copy the source code into the container.
|
|
COPY eveai_ops /app/eveai_ops
|
|
COPY migrations /app/migrations
|
|
COPY db_backups /app/db_backups
|
|
|