mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
286 B
286 B
Coolify Configuration
Server build (NodeJS)
- Set
Build Packtonixpacks. - Set the start command to
cd apps/<app-name> && npm run start.npmcould be different depending on the package manager you are using (Nixpacksdecides based on the lock file).
- That's all.