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
-2
View File
@@ -5,7 +5,5 @@ test-results/
.git/ .git/
.gitea/ .gitea/
tests/ tests/
package-lock.json
package.json
playwright.config.js playwright.config.js
wordle-intro-5.html wordle-intro-5.html
+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"