Date/Time: 2026-05-15 18:53:46 EDT
deployment/docker/workspace-root/. I refreshed the snapshot files so Docker builds
use current manifest and lock data for bun install --frozen-lockfile.
islandflow-xll.bun run sync:docker-workspace.deployment/docker/workspace-root/package.jsondeployment/docker/workspace-root/bun.lockdocs/turns/.
The deployment compose stack uses additional build context named workspace, pointing to
deployment/docker/workspace-root. Dockerfiles copy root files from that snapshot instead of directly
from repository root. If snapshot files are stale, frozen lockfile installs fail in container builds.
bun run check:docker-workspace (after sync).bun install --frozen-lockfile at repo root.docker compose -f deployment/docker/docker-compose.yml build candles web
because local Docker daemon was unavailable.Cannot connect to the Docker daemon at unix:///Users/kell/.orbstack/run/docker.sock. Is the docker daemon running?
cd /home/delta/islandflow git pull --ff-only docker compose -f deployment/docker/docker-compose.yml build candles web ingest-equities
bun run sync:docker-workspace bun run check:docker-workspace
islandflow-xll.