Build Configuration
Configure builds in Canvas UI’s “Git” tab:- Nixpacks: Set install (npm install), build (npm run build), and start (npm run start) commands.
- Dockerfiles: Specify path (e.g., ./Dockerfile), context (e.g., .), and build stage (e.g., production).

