Remove the failing "bun pm trust --all" command that was causing Docker build
failures and replace with simple echo statement. This matches the working
container configuration and ensures reliable deployments.
- Replace wildcard pattern with explicit package.json paths
- Remove --frozen-lockflag to avoid workspace conflicts
- Copy all workspace package.json files individually
- Use standard bun install without additional flags
Fixes "Workspace name already exists" error during Docker build
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Copy package.json files from all workspace packages before installing
- Use --frozen-lockfile for more reliable dependency installation
- Improve Docker layer caching by copying dependency files first
- Ensure all workspace dependencies are properly installed
Fixes missing @paralleldrive/cuid2 and other workspace dependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fix bun pm trust command to handle exit code 1 with || true
- Fix FROM AsCasing warning by using uppercase AS
- Fix ENV format warning by using ENV key=value format
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>