Files
coolify-examples/turbo-nextjs/README.md
2024-04-05 18:32:38 +02:00

286 B

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.