Update nixpacks.toml
This commit is contained in:
parent
1f9e82c2a2
commit
27421067bc
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
commands = [
|
nixPkgs = ["nodejs_18", "bun"]
|
||||||
"npm install -g bun"
|
aptPkgs = ["curl", "wget"]
|
||||||
]
|
|
||||||
nixPkgs = ["bun"]
|
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
commands = [
|
commands = [
|
||||||
|
@ -14,5 +12,7 @@ commands = [
|
||||||
"bun run build"
|
"bun run build"
|
||||||
]
|
]
|
||||||
|
|
||||||
[start]
|
[phases.start]
|
||||||
cmd = "bun run start"
|
commands = [
|
||||||
|
"bun run start"
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue