hub project uses bun.lock, but Dockerfile was using npm install which resolves dependencies differently. Switched to oven/bun image and bun install --frozen-lockfile for deterministic builds. Co-Authored-By: Claude Code <noreply@anthropic.com>
hub project uses bun.lock, but Dockerfile was using npm install which resolves dependencies differently. Switched to oven/bun image and bun install --frozen-lockfile for deterministic builds. Co-Authored-By: Claude Code <noreply@anthropic.com>