Update nixpacks.toml
This commit is contained in:
parent
674f4f4b8b
commit
cbd1e2d214
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ commands = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[phases.start]
|
[phases.start]
|
||||||
commands = ["source /etc/profile && bun run dist/server/entry.mjs"]
|
commands = ["source /etc/profile && bun run start"]
|
||||||
|
|
||||||
[environment]
|
[environment]
|
||||||
PATH = "$HOME/.bun/bin:$PATH"
|
PATH = "$HOME/.bun/bin:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue