5 lines
167 B
Docker
5 lines
167 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
|