Files
slaapkampioenv2/docker-entrypoint.sh
Sam Geyskens 4b28c438bd
All checks were successful
Build & Deploy / build (push) Successful in 1m22s
fix: update Dockerfile to copy Prisma binaries and modify entrypoint script for migration
2026-05-15 00:35:10 +02:00

8 lines
161 B
Bash

#!/bin/sh
set -e
echo "🔄 Running database migrations..."
./node_modules/.bin/prisma migrate deploy
echo "🚀 Starting SlaapKampioen..."
exec node server.js