Add Migrations
Some checks failed
Deploy Backend to Docker / deploy (push) Failing after 3m2s
Deploy Backend to Docker / deploy-portainer (push) Has been skipped

This commit is contained in:
2025-12-03 21:44:52 -05:00
parent 3f835bfcea
commit 1579f369c2
4 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Running database migrations..."
npx prisma migrate deploy
echo "Starting application..."
exec npm start