Fix Docker production build: move tsx to dependencies, reinstall in production stage #2
Reference in New Issue
Block a user
Delete Branch "feature/auth-invites"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The production Docker stage was copying pnpm symlinks between stages
which broke module resolution. Now does a fresh pnpm install --prod
in the production stage and runs from the server working directory.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com