mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00: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