Files
OpenPipe-llm/run-prod.sh
2023-06-26 15:26:40 -07:00

9 lines
117 B
Bash
Executable File

#! /bin/bash
set -e
echo "Migrating the database"
pnpm prisma migrate deploy
echo "Starting the server"
pnpm start