Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Dockerfile for application containerization
- Introduced a multi-stage Dockerfile to build and run the application. - Configured the build stage to use Node.js with corepack and pnpm for dependency management. - Set up the runtime environment with necessary permissions and exposed ports for the application.
- Loading branch information