feat: update Next.js configuration to enable standalone output for improved deployment

This commit is contained in:
Julien Froidefond
2025-11-29 12:15:19 +01:00
parent 1f666713e8
commit b3157fffbd
7 changed files with 139 additions and 1 deletions

9
docker-entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
echo "🔄 Running database migrations..."
pnpm prisma migrate deploy
echo "🚀 Starting application..."
exec node server.js