You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: copy ALL workspace package.json files in Dockerfile
bun install --frozen-lockfile requires every workspace member to be
present. Missing apps/admin, apps/docs, apps/web, packages/admin-cli,
and packages/github-action caused lockfile drift in Docker builds.
0 commit comments