feat: initialize admin service with nixpacks configuration and move dotenv to production dependencies
All checks were successful
Build and Push App / build (push) Successful in 5m49s

This commit is contained in:
2026-04-19 22:05:27 +02:00
parent 3958f84e03
commit bcbb004d87
4 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[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"]
[start]
# Exécute prisma db push au runtime (démarrage du conteneur)
cmd = "npx prisma db push --accept-data-loss && npm start"

View File

@@ -30,7 +30,6 @@
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv-cli": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",