- Updated the Dockerfile to install only production dependencies, skipping unnecessary scripts to streamline the build process. - Removed the copying of node_modules from the builder stage to reduce image size and improve efficiency. - Ensured necessary postinstall scripts are executed for essential packages like Prisma and bcrypt.