mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
13 lines
176 B
TOML
13 lines
176 B
TOML
[phases.setup]
|
|
nixPkgs = ['bun']
|
|
aptPkgs = ['build-essential']
|
|
|
|
[phases.install]
|
|
cmds = ["bun install"]
|
|
|
|
[phases.build]
|
|
cmds = ["bun run build"]
|
|
|
|
[start]
|
|
cmd = "bun run start"
|