Files
eveAI/docker/eveai_chat_client/Dockerfile
Josako 16ce59ae98 - Introduce cache busting (to circumvent aggressive caching on iOS - but ideal in other contexts as well)
- Change the build process to allow cache busting
- Optimisations to the build process
- Several improvements of UI geared towards mobile experience
-
2025-09-25 17:28:01 +02:00

6 lines
195 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