feat: update root nixpacks config and add deployment configuration for admin service
All checks were successful
Build and Push App / build (push) Successful in 6m28s
All checks were successful
Build and Push App / build (push) Successful in 6m28s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodePackages.npm", "nodejs_23", "openssl"]
|
||||
nixPkgs = ["nodejs_23", "openssl"]
|
||||
|
||||
[phases.install]
|
||||
cmds = ["npm ci"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["npm install", "npx prisma generate", "npm run build"]
|
||||
|
||||
Reference in New Issue
Block a user