chore: add nixpacks deployment config
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
[phases.install]
|
||||||
|
cmds = ["corepack enable", "pnpm install --frozen-lockfile"]
|
||||||
|
|
||||||
|
[phases.build]
|
||||||
|
cmds = ["pnpm prisma generate", "pnpm build"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "pnpm exec next start --hostname 0.0.0.0 --port 3000"
|
||||||
Reference in New Issue
Block a user