feat: update Next.js configuration to enable standalone output for improved deployment
This commit is contained in:
9
docker-entrypoint.sh
Normal file
9
docker-entrypoint.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "🔄 Running database migrations..."
|
||||
pnpm prisma migrate deploy
|
||||
|
||||
echo "🚀 Starting application..."
|
||||
exec node server.js
|
||||
|
||||
Reference in New Issue
Block a user