Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Dockerfile to use PNPM for dependency management
- Added PNPM installation to the Dockerfile for improved package management. - Updated the COPY commands to include necessary configuration files for PNPM. - Replaced Bun commands with PNPM commands for installing dependencies and generating Prisma client. - Set the working directory to /usr/src/app/apps/api before starting the application.
- Loading branch information