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
refactor: optimize Dockerfile for improved build process
- Replace ADD with COPY for package.json and pnpm-lock.yaml to enhance clarity.
- Ensure consistent use of corepack commands across stages.
- Add ownership settings for copied files to improve security.
- Change CMD to run the application using 'node server.ts' instead of 'pnpm start'.
0 commit comments