fix: update Dockerfile to copy Prisma binaries and modify entrypoint script for migration
All checks were successful
Build & Deploy / build (push) Successful in 1m22s
All checks were successful
Build & Deploy / build (push) Successful in 1m22s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
echo "🔄 Running database migrations..."
|
||||
npx prisma migrate deploy
|
||||
./node_modules/.bin/prisma migrate deploy
|
||||
|
||||
echo "🚀 Starting SlaapKampioen..."
|
||||
exec node server.js
|
||||
exec node server.js
|
||||
Reference in New Issue
Block a user