- Defined locations for crewai crew memory. This failed in k8s. - Redis connection for pub/sub in ExecutionProgressTracker adapted to conform to TLS-enabled connections
21 lines
315 B
Bash
Executable File
21 lines
315 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /Volumes/OWC4M2_1/Development/Josako/EveAI/TBD/docker
|
|
source ./docker_env_switch.sh dev
|
|
|
|
echo "Copying client images"
|
|
cp -fv ../eveai_chat_client/static/assets/img/* ../nginx/static/assets/img
|
|
|
|
|
|
pcdown
|
|
|
|
cd ../nginx
|
|
|
|
npm run clean
|
|
npm run build
|
|
|
|
cd ../docker
|
|
./build_and_push_eveai.sh -b nginx
|
|
|
|
pcup
|