Files
Moonbase/docker-entrypoint.sh
2026-06-15 20:53:03 -05:00

9 lines
130 B
Bash

#!/bin/sh
set -e
echo "Running Prisma migrations..."
npx prisma migrate deploy
echo "Starting Moon Base..."
exec node server.js