mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
7 lines
286 B
Markdown
7 lines
286 B
Markdown
# Coolify Configuration
|
|
|
|
## Server build (NodeJS)
|
|
- Set `Build Pack` to `nixpacks`.
|
|
- Set the start command to `cd apps/<app-name> && npm run start`.
|
|
- `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file).
|
|
- That's all. |