mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor: add nixpacks toml
This commit is contained in:
11
apps/docs/nixpacks.toml
Normal file
11
apps/docs/nixpacks.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["pnpm"]
|
||||
|
||||
[phases.install]
|
||||
cmds = ["pnpm install"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["pnpm run build"]
|
||||
|
||||
[start]
|
||||
cmd = "pnpm start"
|
||||
Reference in New Issue
Block a user