Files
FPT/docker-entrypoint.sh
T
admGitAICDS 4f990c9686
Deploy App / deploy (push) Successful in 3m3s
Initial commit: FPT Financial Planning Tool
2026-07-08 19:19:39 +02:00

8 lines
93 B
Bash

#!/bin/sh
set -e
echo "Running database migrations..."
npx prisma migrate deploy
exec "$@"