Files
afrov2/admin/nixpacks.toml
streaper2 3958f84e03
Some checks failed
Build and Push App / build (push) Has been cancelled
dokploy maj
2026-04-19 22:01:35 +02:00

7 lines
241 B
TOML

[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]
[phases.start]
# Exécute prisma db push avant de lancer l'application pour synchroniser le schéma
cmds = ["npx prisma db push --accept-data-loss", "npm start"]