Fix: dokploy deploy
CI / regression (push) Successful in 1m30s

This commit is contained in:
Zakaria
2026-06-06 12:19:23 -04:00
parent 257611dc47
commit f5e7b190df
2 changed files with 8 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
[phases.setup]
nixPkgs = ["nodejs_18", "npm-9_x"]
[phases.install]
cmds = ["npm install --omit=dev"]
[start]
cmd = "npm run start"