fix runner, db & prisma

This commit is contained in:
Puechberty Arthur
2026-06-12 02:03:16 +02:00
parent 1fdc145167
commit 453617e793
2 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
NEXT_PUBLIC_BASE_URL=https://reducelink.arthurp.fr
# Base de données SQLite
DATABASE_URL="file:./dev.db"
DATABASE_URL="file:/app/data/db.db"
# Port exposé côté machine
APP_PORT=3000