Create nixpacks.toml

This commit is contained in:
Andras Bacsai
2025-02-24 10:46:13 +01:00
committed by GitHub
parent 2bb1e3f238
commit 7303c92ae4

12
nextjs/ssr/nixpacks.toml Normal file
View 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"