Files
StageAI/entrypoint.sh
2026-04-09 14:48:50 +00:00

5 lines
129 B
Bash

#!/bin/sh
echo "Attempting database migrations..."
node migrate.mjs || echo "Migration skipped (non-fatal)."
exec node server.js