Files
Jordan Ritter e4a332e095 fix: add showcase-aimock to CI build & deploy pipeline
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.
2026-04-29 20:23:41 -07:00

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