LangChain / prestart.sh
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
111 Bytes
#! /usr/bin/env bash
# Let the DB start
python /app/backend_prestart.py
# Run migrations
alembic upgrade head