Migration

This commit is contained in:
Timo Knuth
2026-04-03 00:31:20 +02:00
parent 97a6cc11f7
commit fe00bede47
6 changed files with 36 additions and 17 deletions

8
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -eu
echo "Applying Prisma migrations..."
npx prisma migrate deploy
echo "Starting application..."
exec node server.js