mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e4a332e095
Production showcase-aimock was running a week-old image because fixture file changes in showcase/aimock/ did not trigger a CI rebuild. This adds showcase-aimock to the Build & Deploy workflow matrix so it auto-deploys on merge, creates a thin Dockerfile that bakes fixture files into the image, documents the local-vs-production parity requirement in docker-compose.local.yml, and adds an aimock fixture deployment section to the RUNBOOK.
5 lines
169 B
Docker
5 lines
169 B
Docker
FROM ghcr.io/copilotkit/aimock:latest
|
|
COPY d5-all.json /fixtures/d5-all.json
|
|
COPY smoke.json /fixtures/smoke.json
|
|
COPY feature-parity.json /fixtures/feature-parity.json
|