mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Create nixpacks.toml
This commit is contained in:
12
nextjs/ssr/nixpacks.toml
Normal file
12
nextjs/ssr/nixpacks.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ['bun']
|
||||
aptPkgs = ['build-essential']
|
||||
|
||||
[phases.install]
|
||||
cmd = "bun install"
|
||||
|
||||
[phases.build]
|
||||
cmd = "bun run build"
|
||||
|
||||
[phases.start]
|
||||
cmd = "bun run start"
|
||||
Reference in New Issue
Block a user