7 lines
196 B
Docker
7 lines
196 B
Docker
FROM registry.ask-eve-ai-local.com/josakola/eveai-base:latest
|
|
|
|
# Copy the service-specific source code into the container.
|
|
COPY eveai_chat_client /app/eveai_chat_client
|
|
COPY content /app/content
|
|
|