- eveai_chat_client updated to retrieve static files from the correct (bunny.net) location when a STATIC_URL is defined.
- Defined locations for crewai crew memory. This failed in k8s. - Redis connection for pub/sub in ExecutionProgressTracker adapted to conform to TLS-enabled connections
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM registry.ask-eve-ai-local.com/josakola/eveai-base:latest
|
||||
|
||||
# Service-specific packages (ffmpeg only needed for this service)
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ffmpeg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
# Service-specific packages: ffmpeg only needed for this service - maar op dit ogenblik overbodig.
|
||||
#USER root
|
||||
#RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# ffmpeg \
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
USER appuser
|
||||
|
||||
# Copy the service-specific source code into the container.
|
||||
|
||||
@@ -7,7 +7,7 @@ echo "Copying client images"
|
||||
cp -fv ../eveai_chat_client/static/assets/img/* ../nginx/static/assets/img
|
||||
|
||||
|
||||
dcdown eveai_chat_client nginx
|
||||
pcdown
|
||||
|
||||
cd ../nginx
|
||||
|
||||
@@ -17,4 +17,4 @@ npm run build
|
||||
cd ../docker
|
||||
./build_and_push_eveai.sh -b nginx
|
||||
|
||||
dcup eveai_chat_client nginx
|
||||
pcup
|
||||
|
||||
Reference in New Issue
Block a user