Auto migration for database

This commit is contained in:
2026-05-26 23:18:20 +02:00 Verified
parent 0b577a9cd9
commit e3b50cceb0
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# entrypoint.sh
echo "Running database push..."
npx prisma db push
echo "Starting application..."
node server.js